We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4884a1d commit 6c5ecd0Copy full SHA for 6c5ecd0
1 file changed
.github/workflows/release.yml
@@ -1,10 +1,9 @@
1
name: Release
2
3
-on: [push]
4
-# on:
5
-# push:
6
-# tags: # Sequence of patterns matched against refs/tags
7
-# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+on:
+ push:
+ tags: # Sequence of patterns matched against refs/tags
+ - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
8
9
jobs:
10
build:
0 commit comments