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/*