Skip to content

Commit abbfd26

Browse files
committed
Merge branch 'master' into develop
2 parents ec6ff90 + 53b97b4 commit abbfd26

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ jobs:
9393
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
9494
publish-release:
9595
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'
96+
if: startsWith(github.event.ref, 'refs/tags/v')
10097
needs: test-sonar-package
10198
runs-on: ubuntu-latest
10299
steps:

0 commit comments

Comments
 (0)