Skip to content

Commit 3058843

Browse files
Merge branch 'develop'
2 parents aa421f7 + e89f18c commit 3058843

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-angular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Angular to Azure Static Web Apps
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- 'Clients/TalentManagement-Angular-Material/**'
99
- '.github/workflows/deploy-angular.yml'

.github/workflows/deploy-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy .NET API to Azure App Service
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- 'ApiResources/TalentManagement-API/**'
99
- '.github/workflows/deploy-api.yml'

.github/workflows/deploy-identityserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy IdentityServer to Azure App Service
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
paths:
88
- 'TokenService/Duende-IdentityServer/**'
99
- '.github/workflows/deploy-identityserver.yml'

0 commit comments

Comments
 (0)