Skip to content

Commit

Permalink
feat: add branch to workflow to deploy on pushes to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
hotungkhanh authored Sep 25, 2024
1 parent d91517e commit 304489b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI/CD Pipeline
on:
push:
branches:
- main
- develop

jobs:
Expand Down Expand Up @@ -54,4 +55,4 @@ jobs:
# heroku_api_key: ${{secrets.HEROKU_API_KEY}}
# heroku_app_name: ${{secrets.HEROKU_BACKEND_APP_NAME}}
# heroku_email: ${{secrets.HEROKU_EMAIL}}
# appdir: "backend"
# appdir: "backend"

0 comments on commit 304489b

Please sign in to comment.