We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e4f70 commit cb14f0bCopy full SHA for cb14f0b
1 file changed
.github/workflows/maven-ci.yml
@@ -43,7 +43,7 @@ jobs:
43
44
publish:
45
name: Publish Package
46
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
47
needs: fast-tests
48
runs-on: ubuntu-latest
49
permissions:
0 commit comments