Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 59b4275

Browse files
committed
Changing yaml files to track main branch PR's
1 parent 5d27394 commit 59b4275

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/botframework-cli-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ schedules:
1616
displayName: Daily midnight build (UTC Time)
1717
branches:
1818
include:
19-
- master
19+
- main
2020

2121
variables:
2222
- template: botframework-cli-version.yml # Template reference ${{ variables.releaseVersion }}

build/botframework-cli-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pool:
1111
pr:
1212
branches:
1313
include:
14-
- master
14+
- main
1515
paths:
1616
include:
1717
- '*'

build/botframework-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pool:
1111
pr:
1212
branches:
1313
include:
14-
- master
14+
- main
1515

1616
jobs:
1717
- job: CLI

0 commit comments

Comments
 (0)