We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f9a80 commit 6024914Copy full SHA for 6024914
.github/workflows/functionApp.yml
@@ -5,12 +5,14 @@ on:
5
- main
6
paths:
7
- "**.py"
8
+ - "code/function/**"
9
10
pull_request:
11
branches:
12
13
14
15
16
17
jobs:
18
function_test:
.github/workflows/terraform.yml
- "**.tf"
+ - "code/infra/**"
terraform_lint:
0 commit comments