We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b5414 commit e6d5b8dCopy full SHA for e6d5b8d
1 file changed
.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