Skip to content

Commit

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

0 comments on commit 1f3fafe

Please sign in to comment.