Skip to content

Commit 015cbaf

Browse files
committed
Always commit and push coverage badge, not just on push events
Badge is generated on all workflow runs (push and PR), so it should be committed every time
1 parent f08136e commit 015cbaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ jobs:
129129
fi
130130
131131
- name: Commit and Push Badge
132-
if: github.event_name == 'push'
133132
run: |
134133
git config --local user.email "github-actions[bot]@users.noreply.github.com"
135134
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)