Skip to content

Commit

Permalink
fix: adding paths and permissions to terraform-appy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Apr 25, 2024
1 parent 9d9b92a commit 974e558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/terraform-apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ on:
push:
branches:
- master
paths:
- 'terraform/**'
- .github/workflows/terraform-apply.yaml

permissions: write-all

jobs:
plan-and-approve:
Expand Down

0 comments on commit 974e558

Please sign in to comment.