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 85b17cb + d1a7af8 commit 0449d78Copy full SHA for 0449d78
1 file changed
.github/workflows/terraform-apply.yaml
@@ -4,6 +4,8 @@ on:
4
push:
5
branches:
6
- main # or any other branch you want to trigger the deployment
7
+ paths:
8
+ - '**/*.tf'
9
10
jobs:
11
terraform-apply:
0 commit comments