Skip to content

Commit d1a7af8

Browse files
committed
adding tf etension to apply;
1 parent 47434c8 commit d1a7af8

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)