Skip to content

Commit

Permalink
master->main
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed May 23, 2022
1 parent f5bb377 commit 512df58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: CD

on:
push:
branches: master
branches: main
pull_request:
branches: master
branches: main

env:
NUGETTOKEN: ${{ secrets.NUGET_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCRIPTS_BASE_URL: https://raw.githubusercontent.com/linksplatform/Scripts/master/MultiProjectRepository
SCRIPTS_BASE_URL: https://raw.githubusercontent.com/linksplatform/Scripts/main/MultiProjectRepository

jobs:
testAndDeploy:
Expand Down

0 comments on commit 512df58

Please sign in to comment.