Skip to content

Commit 5701687

Browse files
committed
Deploy function
1 parent 83f063b commit 5701687

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/functionApp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
paths:
77
- "**.py"
88
- "code/function/**"
9+
- ".github/workflows/functionApp.yml"
910

1011
pull_request:
1112
branches:
1213
- main
1314
paths:
1415
- "**.py"
1516
- "code/function/**"
17+
- ".github/workflows/functionApp.yml"
1618

1719
jobs:
1820
function_test:
@@ -26,7 +28,7 @@ jobs:
2628
uses: ./.github/workflows/_functionAppDeployTemplate.yml
2729
name: "Function App Deploy"
2830
needs: [function_test]
29-
if: github.event_name == 'push' || github.event_name == 'release'
31+
# if: github.event_name == 'push' || github.event_name == 'release'
3032
with:
3133
environment: "dev"
3234
python_version: "3.10"

0 commit comments

Comments
 (0)