Skip to content

Commit 26fc39b

Browse files
committed
Only trigger the publish workflow manually
1 parent 4ec9950 commit 26fc39b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# This is triggered after the Release workflow successfully completes its run
2-
on:
3-
workflow_run:
4-
workflows:
5-
- Release
6-
types:
7-
- completed
1+
# To trigger this:
2+
# - go to Actions > Publish
3+
# - click the Run Workflow dropdown in the top-right
4+
name: Publish
5+
on: workflow_dispatch
86
env:
97
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
108
jobs:

0 commit comments

Comments
 (0)