We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49dbe1a commit 493b0abCopy full SHA for 493b0ab
1 file changed
.github/workflows/actions.yml
@@ -62,6 +62,7 @@ jobs:
62
echo "branch coverage = ${{ steps.jacoco.outputs.branches }}"
63
64
- name: Commit the badge (if it changed)
65
+ if: github.ref == 'refs/heads/main'
66
run: |
67
if [[ `git status --porcelain` ]]; then
68
git config --global user.name 'Okke Harsta'
0 commit comments