We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec6ff90 + 53b97b4 commit abbfd26Copy full SHA for abbfd26
.github/workflows/ci.yml
@@ -93,10 +93,7 @@ jobs:
93
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
94
publish-release:
95
name: Publish Trevas modules on Maven
96
- # Pre filter thanks to test-sonar-package job
97
- # Temp
98
- # if: startsWith(github.event.ref, 'refs/tags/v')
99
- if: github.ref == 'refs/heads/master'
+ if: startsWith(github.event.ref, 'refs/tags/v')
100
needs: test-sonar-package
101
runs-on: ubuntu-latest
102
steps:
0 commit comments