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 e34653e commit 54cc114Copy full SHA for 54cc114
1 file changed
.github/workflows/publish-major-minor.yml
@@ -1,8 +1,10 @@
1
name: "Publish Major-Minor-Tags"
2
on:
3
- push:
4
- tags:
5
- - "v*"
+ workflow_dispatch:
+
+ # push:
6
+ # tags:
7
+ # - "v*"
8
9
jobs:
10
push-tags:
0 commit comments