We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3849e9b commit f08136eCopy full SHA for f08136e
1 file changed
.github/workflows/php.yml
@@ -129,7 +129,7 @@ jobs:
129
fi
130
131
- name: Commit and Push Badge
132
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push'
133
run: |
134
git config --local user.email "github-actions[bot]@users.noreply.github.com"
135
git config --local user.name "github-actions[bot]"
0 commit comments