Skip to content

Commit 6977fd4

Browse files
committed
Update Function Workflow Triggers
1 parent b86ae2d commit 6977fd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/functionApp.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@ on:
66
paths:
77
- "**.py"
88
- "code/function/**"
9+
- "tests/**"
10+
- "requirements.txt"
911

1012
pull_request:
1113
branches:
1214
- main
1315
paths:
1416
- "**.py"
1517
- "code/function/**"
18+
- "tests/**"
19+
- "requirements.txt"
1620

1721
jobs:
1822
function_test:

0 commit comments

Comments
 (0)