diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e0bc44..5a94c2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: with: path: javascript/ - name: Commit changes + if: github.ref == 'refs/heads/main' # this is a temporary fix, and wont work on other branches; find a way to trigger on push and not pull request uses: stefanzweifel/git-auto-commit-action@v5 deploy: