Skip to content

Commit f08136e

Browse files
committed
Remove redundant badge upload artifact step
Badge is committed to branch, so artifact upload is unnecessary
1 parent 3849e9b commit f08136e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
fi
130130
131131
- name: Commit and Push Badge
132-
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
132+
if: github.event_name == 'push'
133133
run: |
134134
git config --local user.email "github-actions[bot]@users.noreply.github.com"
135135
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)