diff --git a/.github/workflows/integration-tests-2023.1.3-ipv4-raftschema.yaml b/.github/workflows/integration-tests-2023.1.3-ipv4-raftschema.yaml index 733288da3..c7adefd25 100644 --- a/.github/workflows/integration-tests-2023.1.3-ipv4-raftschema.yaml +++ b/.github/workflows/integration-tests-2023.1.3-ipv4-raftschema.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 2023.1.3, IPV4, raft schema) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-2023.1.3-ipv4.yaml b/.github/workflows/integration-tests-2023.1.3-ipv4.yaml index e60db5e87..352e9131e 100644 --- a/.github/workflows/integration-tests-2023.1.3-ipv4.yaml +++ b/.github/workflows/integration-tests-2023.1.3-ipv4.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 2023.1.3, IPV4) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-2023.1.3-ipv6-raftschema.yaml b/.github/workflows/integration-tests-2023.1.3-ipv6-raftschema.yaml index 4f47d6b1a..40543ec4f 100644 --- a/.github/workflows/integration-tests-2023.1.3-ipv6-raftschema.yaml +++ b/.github/workflows/integration-tests-2023.1.3-ipv6-raftschema.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 2023.1.3, IPV6, raft schema) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-2023.1.3-ipv6.yaml b/.github/workflows/integration-tests-2023.1.3-ipv6.yaml index 2d192901c..6f7359354 100644 --- a/.github/workflows/integration-tests-2023.1.3-ipv6.yaml +++ b/.github/workflows/integration-tests-2023.1.3-ipv6.yaml @@ -3,7 +3,7 @@ name: Integration tests (2023.1.3, IPV6) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-5.4.1-ipv4-raftschema.yaml b/.github/workflows/integration-tests-5.4.1-ipv4-raftschema.yaml index 1fce8975d..f25e86f9a 100644 --- a/.github/workflows/integration-tests-5.4.1-ipv4-raftschema.yaml +++ b/.github/workflows/integration-tests-5.4.1-ipv4-raftschema.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV4, raft schema) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-5.4.1-ipv4.yaml b/.github/workflows/integration-tests-5.4.1-ipv4.yaml index f0d3655f9..f0669374f 100644 --- a/.github/workflows/integration-tests-5.4.1-ipv4.yaml +++ b/.github/workflows/integration-tests-5.4.1-ipv4.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV4) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-5.4.1-ipv6-raftschema.yaml b/.github/workflows/integration-tests-5.4.1-ipv6-raftschema.yaml index b259b4e13..0278f3dbf 100644 --- a/.github/workflows/integration-tests-5.4.1-ipv6-raftschema.yaml +++ b/.github/workflows/integration-tests-5.4.1-ipv6-raftschema.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV6, raft schema) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-5.4.1-ipv6.yaml b/.github/workflows/integration-tests-5.4.1-ipv6.yaml index 05875645d..81684a512 100644 --- a/.github/workflows/integration-tests-5.4.1-ipv6.yaml +++ b/.github/workflows/integration-tests-5.4.1-ipv6.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV6) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml b/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml index 135f9967a..71a4bd908 100644 --- a/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml +++ b/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology-tablets.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Nightly, IPV4, raft schema, raft topology, table on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology.yaml b/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology.yaml index 492f95b58..98ff59bd2 100644 --- a/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology.yaml +++ b/.github/workflows/integration-tests-nightly-ipv4-raftschema-rafttopology.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Nightly, IPV4, raft schema, raft topology) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-nightly-ipv4-raftschema.yaml b/.github/workflows/integration-tests-nightly-ipv4-raftschema.yaml index cfd233489..b671a7409 100644 --- a/.github/workflows/integration-tests-nightly-ipv4-raftschema.yaml +++ b/.github/workflows/integration-tests-nightly-ipv4-raftschema.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Nightly, IPV4, raft schema) on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index 175b2ecbc..7889eca73 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -3,7 +3,7 @@ name: Sanity check on: push: branches: - - master + - branch-3.3 pull_request: types: [ opened, synchronize, reopened ]