We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 357dbb0 commit cc16012Copy full SHA for cc16012
1 file changed
.github/workflows/main.yml
@@ -1,9 +1,8 @@
1
on:
2
- workflow_dispatch:
3
-# push:
4
-# # Sequence of patterns matched against refs/tags
5
-# tags:
6
-# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+ push:
+ # Sequence of patterns matched against refs/tags
+ tags:
+ - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
7
8
name: Build and Release Artifacts
9
0 commit comments