Skip to content

Commit 0449d78

Browse files
authored
Merge pull request #32 from hackforla/30-add-tf-apply
adding tf etension to apply
2 parents 85b17cb + d1a7af8 commit 0449d78

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/terraform-apply.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main # or any other branch you want to trigger the deployment
7+
paths:
8+
- '**/*.tf'
79

810
jobs:
911
terraform-apply:

0 commit comments

Comments
 (0)