Skip to content

Commit 1f3fafe

Browse files
committed
Revert "Only trigger the publish workflow manually"
This reverts commit 26fc39b.
1 parent 93648e4 commit 1f3fafe

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/publish.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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
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
68
env:
79
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
810
jobs:

0 commit comments

Comments
 (0)