Skip to content

Commit aa547c8

Browse files
committed
fix(ci): fix automated releases
1 parent d0c0dc7 commit aa547c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# Commit repo.xml file
6464
- name: Commit and Push
65-
if: ${{ matrix.java-version == 17 && github.event_name == 'push' }}
65+
if: ${{ matrix.java-version == 17 && github.event_name == 'push' && github.ref != 'refs/heads/master' }}
6666
uses: actions-x/commit@v6
6767
with:
6868
message: "fix(repo.xml): update [skip ci]"

0 commit comments

Comments
 (0)