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 83f063b commit 5701687Copy full SHA for 5701687
.github/workflows/functionApp.yml
@@ -6,13 +6,15 @@ on:
6
paths:
7
- "**.py"
8
- "code/function/**"
9
+ - ".github/workflows/functionApp.yml"
10
11
pull_request:
12
branches:
13
- main
14
15
16
17
18
19
jobs:
20
function_test:
@@ -26,7 +28,7 @@ jobs:
26
28
uses: ./.github/workflows/_functionAppDeployTemplate.yml
27
29
name: "Function App Deploy"
30
needs: [function_test]
- if: github.event_name == 'push' || github.event_name == 'release'
31
+ # if: github.event_name == 'push' || github.event_name == 'release'
32
with:
33
environment: "dev"
34
python_version: "3.10"
0 commit comments