From b404bc87f895b8adfc6f9837510f21f643862680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Habinshuti?= Date: Tue, 30 Jan 2024 09:34:41 +0300 Subject: [PATCH] Add dev-8.x branch to pipeline trigger (#2850) * Add dev-8.x branch to pipeline trigger * Update README --- README.md | 4 ++++ azure-pipelines-nightly.yml | 1 + azure-pipelines-rolling.yml | 2 ++ 3 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 8d748648de..c8a4fe8df4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ For each profile above, it has the following libraries: For these libraries, we accept [issue reports](https://github.com/OData/odata.net/issues) and welcome contributions through [pull requests](https://github.com/OData/odata.net/pulls). +**dev-8.x branch:** + +The `dev-8.x` branch is the active development branch for ODataV4 8.x. + **maintenance-6.x branch:** (maintenance mode) The maintenance-6.x branch includes the .NET libraries for ODataV4 6.x maintenance releases. diff --git a/azure-pipelines-nightly.yml b/azure-pipelines-nightly.yml index f3840e602c..0365b9d00f 100644 --- a/azure-pipelines-nightly.yml +++ b/azure-pipelines-nightly.yml @@ -13,6 +13,7 @@ schedules: branches: include: - main + - dev-8.x jobs: diff --git a/azure-pipelines-rolling.yml b/azure-pipelines-rolling.yml index cc0c2e5e9c..88e2710f2f 100644 --- a/azure-pipelines-rolling.yml +++ b/azure-pipelines-rolling.yml @@ -7,10 +7,12 @@ trigger: branches: include: - main + - dev-8.x # Pull request (PR) triggers pr: - main +- dev-8.x jobs: