diff --git a/.github/cfg/integration-test-core.yaml b/.github/cfg/integration-test-core.yaml index 579a2a213..5a960846d 100644 --- a/.github/cfg/integration-test-core.yaml +++ b/.github/cfg/integration-test-core.yaml @@ -2,6 +2,7 @@ on: push: branches: - master + - 'branch-**' pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml b/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml index 04e53937a..17a9dc0bc 100644 --- a/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml +++ b/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml @@ -116,3 +116,4 @@ name: integration-tests-2023.1.11-IPV4-raftschema push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-2023.1.11-IPV4.yaml b/.github/workflows/integration-tests-2023.1.11-IPV4.yaml index b8bf790a6..a15d1b43e 100644 --- a/.github/workflows/integration-tests-2023.1.11-IPV4.yaml +++ b/.github/workflows/integration-tests-2023.1.11-IPV4.yaml @@ -116,3 +116,4 @@ name: integration-tests-2023.1.11-IPV4 push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml b/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml index 02dee7238..1c6eb772e 100644 --- a/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml +++ b/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml @@ -116,3 +116,4 @@ name: integration-tests-2023.1.11-IPV6-raftschema push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-2024.1.12-IPV4.yaml b/.github/workflows/integration-tests-2024.1.12-IPV4.yaml index d0b5a6012..0b6207ba2 100644 --- a/.github/workflows/integration-tests-2024.1.12-IPV4.yaml +++ b/.github/workflows/integration-tests-2024.1.12-IPV4.yaml @@ -116,3 +116,4 @@ name: integration-tests-2024.1.12-IPV4 push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-2024.1.12-IPV6.yaml b/.github/workflows/integration-tests-2024.1.12-IPV6.yaml index ac781fa30..6950323ad 100644 --- a/.github/workflows/integration-tests-2024.1.12-IPV6.yaml +++ b/.github/workflows/integration-tests-2024.1.12-IPV6.yaml @@ -116,3 +116,4 @@ name: integration-tests-2024.1.12-IPV6 push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml b/.github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml index f1c4836a0..1a069f8f4 100644 --- a/.github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml +++ b/.github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml @@ -116,3 +116,4 @@ name: integration-tests-6.2.0-IPV4-tablets push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-6.2.0-IPV4.yaml b/.github/workflows/integration-tests-6.2.0-IPV4.yaml index 0758c835f..11216c92b 100644 --- a/.github/workflows/integration-tests-6.2.0-IPV4.yaml +++ b/.github/workflows/integration-tests-6.2.0-IPV4.yaml @@ -116,3 +116,4 @@ name: integration-tests-6.2.0-IPV4 push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-6.2.0-IPV6-tablets-nossl.yaml b/.github/workflows/integration-tests-6.2.0-IPV6-tablets-nossl.yaml index 745a89c68..84b55f383 100644 --- a/.github/workflows/integration-tests-6.2.0-IPV6-tablets-nossl.yaml +++ b/.github/workflows/integration-tests-6.2.0-IPV6-tablets-nossl.yaml @@ -116,3 +116,4 @@ name: integration-tests-6.2.0-IPV6-tablets-nossl push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-latest-enterprise-IPV4-tablets-nossl.yaml b/.github/workflows/integration-tests-latest-enterprise-IPV4-tablets-nossl.yaml index a7146f9ae..b231314a7 100644 --- a/.github/workflows/integration-tests-latest-enterprise-IPV4-tablets-nossl.yaml +++ b/.github/workflows/integration-tests-latest-enterprise-IPV4-tablets-nossl.yaml @@ -116,3 +116,4 @@ name: integration-tests-latest-enterprise-IPV4-tablets-nossl push: branches: - master + - branch-** diff --git a/.github/workflows/integration-tests-latest-enterprise-IPV4.yaml b/.github/workflows/integration-tests-latest-enterprise-IPV4.yaml index b910a1f7b..d86c50ddb 100644 --- a/.github/workflows/integration-tests-latest-enterprise-IPV4.yaml +++ b/.github/workflows/integration-tests-latest-enterprise-IPV4.yaml @@ -116,3 +116,4 @@ name: integration-tests-latest-enterprise-IPV4 push: branches: - master + - branch-** diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index 175b2ecbc..958c541be 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -4,6 +4,7 @@ on: push: branches: - master + - 'branch-**' pull_request: types: [ opened, synchronize, reopened ]