diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index 53f9a7c90..1e7445133 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 884705b91..ca4aa79cb 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 4a2e0e273..656492517 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 b8f4f6b10..f296aeea1 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 015e0a1d2..b104938a5 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: