Skip to content

Commit e986066

Browse files
authored
git action on pull_request from master to release
1 parent f4f0847 commit e986066

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/MadCoderAzureFunctionsDemo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build and deploy .NET Core application to Function App MadCoderAzureFunctionsDemo
22
on:
3-
push:
3+
pull_request:
44
branches:
5-
- master
5+
- Release
66
env:
77
AZURE_FUNCTIONAPP_NAME: MadCoderAzureFunctionsDemo
88
AZURE_FUNCTIONAPP_PACKAGE_PATH: .\published
@@ -14,7 +14,7 @@ jobs:
1414
build-and-deploy:
1515
runs-on: windows-latest
1616
steps:
17-
- uses: actions/checkout@master
17+
- uses: actions/checkout@Release
1818
- name: Setup .NET Core
1919
uses: actions/setup-dotnet@v1
2020
with:

0 commit comments

Comments
 (0)