Skip to content

Commit

Permalink
feat: Trigger tests on PRs - exclude main
Browse files Browse the repository at this point in the history
  • Loading branch information
mbevc1 committed Feb 22, 2023
1 parent f453a2d commit ef26f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Terraform'
on:
push:
branches:
- '**'
- 'main'
paths:
- '**/*.tpl'
- '**/*.py'
Expand Down

0 comments on commit ef26f29

Please sign in to comment.