Skip to content

Commit

Permalink
chore: deploy to prod only when release published (#317)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bump to v1
  • Loading branch information
w3b6x9 committed Nov 10, 2022
1 parent 6617e24 commit cfd0841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mt_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
needs:
- release
runs-on: ubuntu-latest
if: needs.release.outputs.published == 'true'
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions@1.1
Expand Down

0 comments on commit cfd0841

Please sign in to comment.