Skip to content

Commit b1960fe

Browse files
committed
check branches
1 parent d2db300 commit b1960fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/heroku-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
git remote add heroku https://heroku:${{ secrets.HEROKU_API_KEY }}@git.heroku.com/djangosnippets.git
2525
- name: Set stack
26+
- name: Check branches
2627
env:
2728
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
2829
run: git branch -a

0 commit comments

Comments
 (0)