Skip to content

Commit

Permalink
adding trigger to the deploy workflow on push to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Aug 31, 2023
1 parent beb11c9 commit c51e158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths:
- 'app/**'
- '.github/workflows/deploy.yml'
branches:
- main


jobs:
Expand Down

0 comments on commit c51e158

Please sign in to comment.