From 01ba0b0c9ce03eed9044b52562c877408a7e094c Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Sat, 19 Jun 2021 01:55:34 +1000 Subject: [PATCH] Add main to CI files. (#2462) --- sdk/core/ci.yml | 2 ++ sdk/identity/ci.yml | 2 ++ sdk/keyvault/ci.yml | 2 ++ sdk/storage/ci.yml | 2 ++ sdk/template/ci.yml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index 2c7a5b1ea..7879c46ad 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -3,6 +3,7 @@ trigger: branches: include: - master + - main - feature/* - release/* - hotfix/* @@ -17,6 +18,7 @@ pr: branches: include: - master + - main - feature/* - release/* - hotfix/* diff --git a/sdk/identity/ci.yml b/sdk/identity/ci.yml index 432ac1d6c..e4695fe68 100644 --- a/sdk/identity/ci.yml +++ b/sdk/identity/ci.yml @@ -3,6 +3,7 @@ trigger: branches: include: - master + - main - feature/* - release/* - hotfix/* @@ -17,6 +18,7 @@ pr: branches: include: - master + - main - feature/* - release/* - hotfix/* diff --git a/sdk/keyvault/ci.yml b/sdk/keyvault/ci.yml index 11a3dd130..99d1fe683 100644 --- a/sdk/keyvault/ci.yml +++ b/sdk/keyvault/ci.yml @@ -3,6 +3,7 @@ trigger: branches: include: - master + - main - feature/* - release/* - hotfix/* @@ -18,6 +19,7 @@ pr: branches: include: - master + - main - feature/* - release/* - hotfix/* diff --git a/sdk/storage/ci.yml b/sdk/storage/ci.yml index 4635b66da..95a0f9ff9 100644 --- a/sdk/storage/ci.yml +++ b/sdk/storage/ci.yml @@ -3,6 +3,7 @@ trigger: branches: include: - master + - main - feature/* - release/* - hotfix/* @@ -19,6 +20,7 @@ pr: branches: include: - master + - main - feature/* - release/* - hotfix/* diff --git a/sdk/template/ci.yml b/sdk/template/ci.yml index f1a34b7c0..3740ab6c4 100644 --- a/sdk/template/ci.yml +++ b/sdk/template/ci.yml @@ -3,6 +3,7 @@ trigger: branches: include: - master + - main - feature/* - release/* - hotfix/* @@ -18,6 +19,7 @@ pr: branches: include: - master + - main - feature/* - release/* - hotfix/*