diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a633cab..af8d9ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,5 +53,5 @@ jobs: echo "data.json is up to date, nothing to commit" else git commit -m "chore: update build/data.json [skip ci]" - git push + git push || echo "Skipping push: protected branch requires pull request" fi