Github Action files Updated

This commit is contained in:
Brett Hewitson 2021-12-12 14:31:39 +10:00
parent 638242ae42
commit 99b3ba8167
2 changed files with 5 additions and 4 deletions

View file

@ -1,14 +1,13 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy
# More GitHub Actions for Azure: https://github.com/Azure/actions
name: Build and deploy ASP.Net Core app to Azure Web App - servermanagers
name: Build and Deploy ASP.Net Core app to Azure Web app
on:
push:
branches:
- master
paths:
- 'src/ServerManager.WebApplication/**'
- '.github/workflows/webapi.yml'
workflow_dispatch:
jobs:
@ -37,6 +36,7 @@ jobs:
path: ${{env.DOTNET_ROOT}}/webapi
deploy:
if: contains(github.ref, "master")
runs-on: windows-latest
needs: build
environment: