Skip to content

Commit 3552189

Browse files
committed
Update CI/CD to use master branch
1 parent 8213111 commit 3552189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/azure-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Run when commits are pushed to main
1+
# Run when commits are pushed to master
22
on:
33
workflow_dispatch:
44
push:
55
# Run when commits are pushed to mainline branch (main or master)
66
# Set this to the mainline branch you are using
77
branches:
8-
- main
8+
- master
99

1010
# Set up permissions for deploying with secretless Azure federated credentials
1111
# https://learn.microsoft.com/en-us/azure/developer/github/connect-from-azure?tabs=azure-portal%2Clinux#set-up-azure-login-with-openid-connect-authentication

0 commit comments

Comments
 (0)