Skip to content

Commit f749ec8

Browse files
authored
Merge pull request #4 from madcoderBubt/master
git action on pull_request to master branch
2 parents 8db876e + a6f71f8 commit f749ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/MadCoderAzureFunctionsDemo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and deploy .NET Core application to Function App MadCoderAzureFuncti
22
on:
33
pull_request:
44
branches:
5-
- Release
5+
- master
66
env:
77
AZURE_FUNCTIONAPP_NAME: MadCoderAzureFunctionsDemo
88
AZURE_FUNCTIONAPP_PACKAGE_PATH: .\published

0 commit comments

Comments
 (0)