We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada2380 commit f0284d0Copy full SHA for f0284d0
1 file changed
.github/workflows/CI.yml
@@ -111,6 +111,7 @@ jobs:
111
112
publish:
113
name: Publish
114
+ if: startsWith(github.ref, 'refs/tags/v')
115
runs-on: ubuntu-latest
116
needs: [build]
117
permissions:
0 commit comments