Skip to content

Commit cdf0187

Browse files
committed
fix: update JaCoCo badge generation condition to remove event name check
1 parent a558edb commit cdf0187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
retention-days: 1
8888

8989
- name: Generate and commit JaCoCo badge
90-
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/main'
90+
if: success() && github.ref == 'refs/heads/main'
9191
run: |
9292
.github/scripts/generate-coverage-badge.sh
9393

0 commit comments

Comments
 (0)