From 5eaeefdafb2613f2b99641aa228dbbc49ebccb8f Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:12:42 -0700 Subject: [PATCH] temp fix for now --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e0bc4487..5a94c2dfb 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: