Update various branch references to main branch (#10913)

This commit is contained in:
Karl Burtram
2020-06-13 14:26:18 -07:00
committed by GitHub
parent ddb210e971
commit 434d017a6b
35 changed files with 51 additions and 51 deletions

View File

@@ -3,11 +3,11 @@ name: CI
on:
push:
branches:
- master
- main
- release/*
pull_request:
branches:
- master
- main
- release/*
jobs:

View File

@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'microsoft/azuredatastudio'
ref: master
ref: main
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions/build/actions

View File

@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'microsoft/azuredatastudio'
ref: master
ref: main
path: ./actions
- name: Install Actions
run: npm install --production --prefix ./actions/build/actions