We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c0dc7 commit aa547c8Copy full SHA for aa547c8
.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# Commit repo.xml file
64
- name: Commit and Push
65
- if: ${{ matrix.java-version == 17 && github.event_name == 'push' }}
+ if: ${{ matrix.java-version == 17 && github.event_name == 'push' && github.ref != 'refs/heads/master' }}
66
uses: actions-x/commit@v6
67
with:
68
message: "fix(repo.xml): update [skip ci]"
0 commit comments