Skip to content

Commit

Permalink
fix: on.*.paths に workflow ファイルを含める
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed May 29, 2022
1 parent 3652f93 commit 92098ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/shellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- "**.sh"
- ".github/workflows/shellcheck.yaml"

jobs:
shellcheck:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- "main"
paths:
- "terraform/**.tf"
- ".github/workflows/terraform_apply.yaml"

jobs:
tf_apply:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/terraform_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- "terraform/**.tf"
- ".github/workflows/terraform_pr.yaml"

jobs:
tflint:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tflint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
pull_request:
paths:
- "**.tf"
- ".github/workflows/tflint.yaml"

jobs:
tflint:
name: runner / tflint
Expand Down

0 comments on commit 92098ae

Please sign in to comment.