Skip to content

Commit

Permalink
Only run publish step after verify completes
Browse files Browse the repository at this point in the history
  • Loading branch information
zephraph committed Sep 23, 2024
1 parent 5eae6e9 commit 811e05d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish
on:
push:
branches:
- main
workflow_run:
workflows: ["Verify"]
types:
- completed
branches: [main]

jobs:
publish:
Expand Down

0 comments on commit 811e05d

Please sign in to comment.