From ed87b94c9c469153bdab7bb231ffed2174483dc4 Mon Sep 17 00:00:00 2001 From: Andrey Sheshukov Date: Thu, 6 Jun 2024 17:57:23 +0300 Subject: [PATCH 1/2] Update tests.yml --- .github/workflows/tests.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ce1aae82..9d614d84 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,9 +6,13 @@ name: tests # events but only for the master branch on: push: - branches: [ main ] + branches: + - main + - release_* pull_request: - branches: [ main ] + branches: + - main + - release_* # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: From 592a55306bc3501c4259dfbbceba26f0f8f4a3cb Mon Sep 17 00:00:00 2001 From: Andrey Sheshukov Date: Thu, 6 Jun 2024 18:01:29 +0300 Subject: [PATCH 2/2] Update integration.yml --- .github/workflows/integration.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 77de9235..4abe20ca 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -6,9 +6,13 @@ name: Integration Tests # events but only for the main branch on: push: - branches: [ main ] + branches: + - main + - release_* pull_request: - branches: [ main ] + branches: + - main + - release_* types: [opened, synchronize, reopened, ready_for_review] jobs: