Skip to content

Commit

Permalink
restore path patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Mar 20, 2024
1 parent c797b00 commit cb8a039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:
- synchronize # when commits are pushed to the PR
- reopened
- edited # title or body of a pull request was edited, or the base branch of a pull request was changed
# paths:
# - "tf/*"
# - "!tf/README.md"
paths:
- "tf/**"
- "!tf/README.md"

jobs:
terraform:
Expand Down

0 comments on commit cb8a039

Please sign in to comment.