Skip to content

Commit

Permalink
Only trigger the publish workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Aug 16, 2024
1 parent 4ec9950 commit 26fc39b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# This is triggered after the Release workflow successfully completes its run
on:
workflow_run:
workflows:
- Release
types:
- completed
# To trigger this:
# - go to Actions > Publish
# - click the Run Workflow dropdown in the top-right
name: Publish
on: workflow_dispatch
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
jobs:
Expand Down

0 comments on commit 26fc39b

Please sign in to comment.