File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Deploy Angular to Azure Static Web Apps
33on :
44 push :
55 branches :
6- - main
6+ - master
77 paths :
88 - ' Clients/TalentManagement-Angular-Material/**'
99 - ' .github/workflows/deploy-angular.yml'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Deploy .NET API to Azure App Service
33on :
44 push :
55 branches :
6- - main
6+ - master
77 paths :
88 - ' ApiResources/TalentManagement-API/**'
99 - ' .github/workflows/deploy-api.yml'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Deploy IdentityServer to Azure App Service
33on :
44 push :
55 branches :
6- - main
6+ - master
77 paths :
88 - ' TokenService/Duende-IdentityServer/**'
99 - ' .github/workflows/deploy-identityserver.yml'
You can’t perform that action at this time.
0 commit comments