Skip to content

Commit 20ef65d

Browse files
committed
test run
1 parent 9a6ca16 commit 20ef65d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030

3131
deploy:
3232
name: Deploy into production
33-
# needs: run-tests
34-
# if: github.ref == 'refs/heads/master' && github.event_name == 'push'
33+
needs: run-tests
34+
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
3535
runs-on: ubuntu-latest
3636
env:
3737
HEROKU_API_KEY: "${{ secrets.HEROKU_API_KEY }}"

0 commit comments

Comments
 (0)