We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8826fac commit 0898af0Copy full SHA for 0898af0
.github/workflows/maven.yml
@@ -46,6 +46,7 @@ jobs:
46
name: jacoco-report
47
path: target/site/jacoco/
48
- name: Commit and push
49
+ if: github.event_name != 'pull_request'
50
run: |
51
cd badges
52
if [[ `git status --porcelain *.svg` ]]; then
0 commit comments