Skip to content

Commit f3b387e

Browse files
committed
don't run deploy artifacts on tags
1 parent 71ef309 commit f3b387e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ jobs:
173173

174174
# Deploy to artifactory
175175
deploy-artifacts:
176+
if: startsWith(github.ref, 'refs/tags/v') != true
176177
runs-on: ubuntu-latest
177178
needs: tests
178179
steps:

0 commit comments

Comments
 (0)