Skip to content

Commit

Permalink
🐞 fix(ci): commit on PR only
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Oct 23, 2023
1 parent d9544b4 commit f82cc21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@ jobs:
# Commit updated files to repo
- name: Commit and Push
uses: actions-x/commit@v6
if: github.ref == 'refs/heads/master'
with:
message: "[skip ci] schema update"

0 comments on commit f82cc21

Please sign in to comment.