Skip to content

Commit

Permalink
ref modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghul-M committed Jun 28, 2024
1 parent 7cc6655 commit 1a349d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_TOKEN }}
HEROKU_APP_NAME: ${{ secrets.HEROKU_APP_NAME }}
if: github.ref == 'refs/heads/master' && job.status == 'success'
if: github.ref == 'refs/heads/main' && job.status == 'success'
run : |
git remote add heroku https://heroku:[email protected]/$HEROKU_APP_NAME.git
git push heroku HEAD:master -f
Expand Down

0 comments on commit 1a349d0

Please sign in to comment.