From 27c34bfd0784b2b296a55f27e3840524e11a3f46 Mon Sep 17 00:00:00 2001 From: PeytonPlayz595 <106421860+PeytonPlayz595@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:01:36 -0400 Subject: [PATCH] Add zumbiepig's temporary fix --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) 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: