Skip to content

Commit

Permalink
feature: deploy on prod server only at merge in master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ADesBiysk committed Jun 27, 2023
1 parent 160171d commit 7a87c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prod backend build and deploy
on:
pull_request:
branches:
- develop
- master
types: [ closed ]

env:
Expand Down

0 comments on commit 7a87c77

Please sign in to comment.