Skip to content

Commit

Permalink
Changed workflow to publish on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDunn committed Dec 12, 2021
1 parent f52f953 commit 426ccd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pacmanblazor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and deploy .NET Core app to Windows WebApp pacmanblazor
on:
push:
branches:
- net6
- master
env:
AZURE_WEBAPP_NAME: pacmanblazor
AZURE_WEBAPP_PACKAGE_PATH: src\PacMan/publish
Expand Down

0 comments on commit 426ccd8

Please sign in to comment.