Skip to content

Commit

Permalink
Merge pull request #7 from caiocsgomes/fix-tf-apply-workflow-trigger
Browse files Browse the repository at this point in the history
fix: change tf apply workflow trigger
  • Loading branch information
caiocsgomes authored Apr 25, 2024
2 parents f2f6abf + 5495a84 commit e7a5617
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/terraform-apply.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "Terraform Apply"

on:
push:
pull_request:
types: [closed]
branches:
- master
- main
paths:
- 'terraform/**'
- .github/workflows/terraform-apply.yaml
Expand Down

0 comments on commit e7a5617

Please sign in to comment.