Skip to content

Commit

Permalink
only run release on main push
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Dec 1, 2023
1 parent 436f126 commit fe0a08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

release:
name: Release
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
needs: [build, make-nonce, test, e2e-test, template-test]
uses: ./.github/workflows/release.yml
secrets: inherit
Expand Down

0 comments on commit fe0a08e

Please sign in to comment.