Skip to content

Commit

Permalink
fixing branch trigger for deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Aug 31, 2023
1 parent 9182ab8 commit 8cfe876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'app/**'
- '.github/workflows/deploy.yml'
branches:
- main
- master

permissions:
id-token: write # This is required for requesting the JWT
Expand Down

0 comments on commit 8cfe876

Please sign in to comment.