We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6ca16 commit 20ef65dCopy full SHA for 20ef65d
.github/workflows/run-tests.yaml
@@ -30,8 +30,8 @@ jobs:
30
31
deploy:
32
name: Deploy into production
33
- # needs: run-tests
34
- # if: github.ref == 'refs/heads/master' && github.event_name == 'push'
+ needs: run-tests
+ if: github.ref == 'refs/heads/master' && github.event_name == 'push'
35
runs-on: ubuntu-latest
36
env:
37
HEROKU_API_KEY: "${{ secrets.HEROKU_API_KEY }}"
0 commit comments