Skip to content

Commit 6024914

Browse files
committed
Update triggers
1 parent f6f9a80 commit 6024914

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/functionApp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
- main
66
paths:
77
- "**.py"
8+
- "code/function/**"
89

910
pull_request:
1011
branches:
1112
- main
1213
paths:
1314
- "**.py"
15+
- "code/function/**"
1416

1517
jobs:
1618
function_test:

.github/workflows/terraform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
- main
66
paths:
77
- "**.tf"
8+
- "code/infra/**"
89

910
pull_request:
1011
branches:
1112
- main
1213
paths:
1314
- "**.tf"
15+
- "code/infra/**"
1416

1517
jobs:
1618
terraform_lint:

0 commit comments

Comments
 (0)