We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a7996e + 47434c8 commit 85b17cbCopy full SHA for 85b17cb
1 file changed
.github/workflows/terraform-plan.yaml
@@ -4,6 +4,8 @@ on:
4
pull_request:
5
branches:
6
- main # or any other branch you want to trigger the deployment
7
+ paths:
8
+ - '**/*.tf'
9
10
jobs:
11
terraform-plan:
0 commit comments