From 184b3779c18dd607565a840c6bd471157a9b5550 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:47:26 +0200 Subject: [PATCH] misc: Enable CI on V5 branch (#4176) --- .github/workflows/buildandtest.yml | 1 + .github/workflows/codegen.yml | 1 + .github/workflows/e2e.yml | 4 +++- .github/workflows/native-tests.yml | 4 +++- .github/workflows/sample-application.yml | 4 +++- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index ace7a64e1..5e39097cb 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - v5 - release/** pull_request: diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 44a9973de..5ca5cfa97 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - v5 - release/** pull_request: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 29386e80e..1f858cde6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -2,7 +2,9 @@ name: End-to-End Tests on: push: - branches: [main] + branches: + - main + - v5 pull_request: concurrency: diff --git a/.github/workflows/native-tests.yml b/.github/workflows/native-tests.yml index d8583a6e0..14e858aa8 100644 --- a/.github/workflows/native-tests.yml +++ b/.github/workflows/native-tests.yml @@ -2,7 +2,9 @@ name: Native Tests on: push: - branches: [main] + branches: + - main + - v5 pull_request: jobs: diff --git a/.github/workflows/sample-application.yml b/.github/workflows/sample-application.yml index 5055056e4..1fe45107a 100644 --- a/.github/workflows/sample-application.yml +++ b/.github/workflows/sample-application.yml @@ -2,7 +2,9 @@ name: Sample Application on: push: - branches: [main] + branches: + - main + - v5 pull_request: concurrency: