Skip to content

Commit

Permalink
ci: execute terraform plan for tf changes only
Browse files Browse the repository at this point in the history
  • Loading branch information
italopessoa committed Oct 26, 2024
1 parent 1930f83 commit 71dbaae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: "Terraform Plan"

on:
pull_request:
paths:
- 'terraform/**'

env:
TF_CLOUD_ORGANIZATION: "${{ vars.BMB_TF_ORGANIZATION }}"
Expand Down

0 comments on commit 71dbaae

Please sign in to comment.