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 f4f0847 commit e986066Copy full SHA for e986066
.github/workflows/MadCoderAzureFunctionsDemo.yml
@@ -1,8 +1,8 @@
1
name: Build and deploy .NET Core application to Function App MadCoderAzureFunctionsDemo
2
on:
3
- push:
+ pull_request:
4
branches:
5
- - master
+ - Release
6
env:
7
AZURE_FUNCTIONAPP_NAME: MadCoderAzureFunctionsDemo
8
AZURE_FUNCTIONAPP_PACKAGE_PATH: .\published
@@ -14,7 +14,7 @@ jobs:
14
build-and-deploy:
15
runs-on: windows-latest
16
steps:
17
- - uses: actions/checkout@master
+ - uses: actions/checkout@Release
18
- name: Setup .NET Core
19
uses: actions/setup-dotnet@v1
20
with:
0 commit comments