Skip to content

Commit 54cc114

Browse files
committed
temp deactivate
1 parent e34653e commit 54cc114

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish-major-minor.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: "Publish Major-Minor-Tags"
22
on:
3-
push:
4-
tags:
5-
- "v*"
3+
workflow_dispatch:
4+
5+
# push:
6+
# tags:
7+
# - "v*"
68

79
jobs:
810
push-tags:

0 commit comments

Comments
 (0)