Skip to content

Commit

Permalink
fix(actions): 🚑 adjusting job conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rcarvalh0 committed May 8, 2024
1 parent 938d1d5 commit cadb7d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ name: 'Deploy to AWS CloudFormation'
on:
push:
branches: [ main ]
branches: [ uat ]
branches: [ develop ]
pull_request:
branches: [ main ]
branches: [ uat ]
branches: [ develop ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit cadb7d9

Please sign in to comment.