Skip to content

Commit b1aba8c

Browse files
authored
fix: correct paths-ignore entry for terraform directory in build_and_deploy.yml (#890)
1 parent 027a852 commit b1aba8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths-ignore:
99
- ".devcontainer/**"
1010
- ".github/**"
11-
- ".terraform/**"
11+
- "terraform/**"
1212

1313
env:
1414
GITHUB_SHA: ${{ github.sha }}

0 commit comments

Comments
 (0)