Skip to content

Commit

Permalink
Do not publish on dashgit combined update branches
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya authored Mar 6, 2024
1 parent 9b2dcaa commit 9bf6add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
publish-java-snapshot:
#if: ${{ false }} # disable for now
#avoid publishing PRs and dependabot branches
if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) }}
if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }}
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 9bf6add

Please sign in to comment.