we do not want PRs to be pushing generated stuff do we?

This commit is contained in:
rusefillc 2023-07-12 19:01:42 -04:00
parent 958b80e1b0
commit fbb7d0da10
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
bash hellen-one/bin/gha-commit.sh
- name: Push board files
if: ${{env.NOCOMMIT != 'true'}}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' && env.NOCOMMIT != 'true'}}
uses: ad-m/github-push-action@master
with:
github_token: ${{ github.token }}