We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56900c8 commit 6bfad68Copy full SHA for 6bfad68
1 file changed
.github/workflows/blank.yml
@@ -71,8 +71,7 @@ jobs:
71
retention-days: 0
72
deploy:
73
runs-on: ubuntu-latest
74
- if: false
75
- #startsWith(github.ref, 'refs/tags')
+ if: startsWith(github.ref, 'refs/tags')
76
needs: delivery
77
78
steps:
0 commit comments