Skip to content

Commit f0284d0

Browse files
committed
Only run publish job on tag pushes
1 parent ada2380 commit f0284d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

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

112112
publish:
113113
name: Publish
114+
if: startsWith(github.ref, 'refs/tags/v')
114115
runs-on: ubuntu-latest
115116
needs: [build]
116117
permissions:

0 commit comments

Comments
 (0)