diff --git a/.github/workflows/ci-stable.yml b/.github/workflows/ci-stable.yml index 80d19dca07c1..9c5f6ff8f298 100644 --- a/.github/workflows/ci-stable.yml +++ b/.github/workflows/ci-stable.yml @@ -7,7 +7,7 @@ on: push: branches: [master] pull_request: - branches: [master, 3.3] + branches: [master, 3.3, 3.4] permissions: contents: read diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0153ad227ace..015923ef1c9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI — Oxide on: push: - branches: [master, 3.3] + branches: [master, 3.3, 3.4] pull_request: - branches: [master, 3.3] + branches: [master, 3.3, 3.4] permissions: contents: read diff --git a/.github/workflows/integration-tests-oxide.yml b/.github/workflows/integration-tests-oxide.yml index e647b9fb321c..3768d4ac8c88 100644 --- a/.github/workflows/integration-tests-oxide.yml +++ b/.github/workflows/integration-tests-oxide.yml @@ -2,9 +2,9 @@ name: Integration Tests — Oxide on: push: - branches: [master, 3.3] + branches: [master, 3.3, 3.4] pull_request: - branches: [master, 3.3] + branches: [master, 3.3, 3.4] permissions: contents: read diff --git a/.github/workflows/integration-tests-stable.yml b/.github/workflows/integration-tests-stable.yml index b2820719656b..8f2594adf026 100644 --- a/.github/workflows/integration-tests-stable.yml +++ b/.github/workflows/integration-tests-stable.yml @@ -2,9 +2,9 @@ name: Integration Tests — Stable on: push: - branches: [master, 3.3] + branches: [master, 3.3, 3.4] pull_request: - branches: [master, 3.3] + branches: [master, 3.3, 3.4] permissions: contents: read