Skip to content

Commit

Permalink
ci(tofu-ci): Fix tfvars path
Browse files Browse the repository at this point in the history
Workflow not triggering when tfvars file changed
  • Loading branch information
chris3ware committed Sep 12, 2024
1 parent 5d0fda9 commit 6ffc475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tofu-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
branches: [main]
paths:
- tf/**/*.tf
- tf/**.*.tfvars
- tf/**/*.tfvars
push:
branches: [main]
paths:
- tf/**/*.tf
- tf/**.*.tfvars
- tf/**/*.tfvars

# Disable permissions for all available scopes
permissions: {}
Expand Down

0 comments on commit 6ffc475

Please sign in to comment.