Skip to content

Commit

Permalink
Make pipeline deploy on production only
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30 committed Feb 25, 2021
1 parent df63a3a commit e633cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build app and deploy docker
on:
push:
branches:
- "staging"
- "production"

jobs:
build-webapp:
Expand Down

0 comments on commit e633cdd

Please sign in to comment.