Skip to content

Commit cb6dd60

Browse files
master->main
1 parent fa32860 commit cb6dd60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: CD
22

33
on:
44
push:
5-
branches: master
5+
branches: main
66
pull_request:
7-
branches: master
7+
branches: main
88

99
env:
1010
NUGETTOKEN: ${{ secrets.NUGET_TOKEN }}
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12-
SCRIPTS_BASE_URL: https://raw.githubusercontent.com/linksplatform/Scripts/master/MultiProjectRepository
12+
SCRIPTS_BASE_URL: https://raw.githubusercontent.com/linksplatform/Scripts/main/MultiProjectRepository
1313

1414
jobs:
1515
testAndDeploy:

0 commit comments

Comments
 (0)