From b082e841c1fbc6f89b99d99effae4c769562e09f Mon Sep 17 00:00:00 2001 From: Krystof Woldrich Date: Tue, 22 Oct 2024 15:10:08 +0200 Subject: [PATCH] chore(ci): Enable CI on v5 --- .github/workflows/buildandtest.yml | 2 ++ .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, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 53f9a7c901..1e74451336 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -4,7 +4,9 @@ on: push: branches: - main + - v5 - release/** + pull_request: jobs: diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index 884705b915..ca4aa79cb8 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 4a2e0e2735..656492517e 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 b8f4f6b10d..f296aeea1c 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 015e0a1d2b..b104938a5e 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: