Skip to content

Commit 63d1e63

Browse files
committed
ci(keyring): Change workflow trigger for release to workflow_dispatch
1 parent b909288 commit 63d1e63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-keyring.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Artifacts Helper Keyring Releases
22

33
on:
4-
push:
5-
tags:
6-
- "feature_artifacts-helper_*"
4+
workflow_dispatch:
75

86
jobs:
97
build:

0 commit comments

Comments
 (0)