Skip to content

Commit

Permalink
chore(release): Wait for test before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jan 4, 2024
1 parent b43daa5 commit da86201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:

next:
name: Release
needs:
- test
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
uses: jontze/.workflows/.github/workflows/rust_release.yaml@main
secrets: inherit

0 comments on commit da86201

Please sign in to comment.