From f33d6a5d751e562e641654395f669183d5ca5065 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Tue, 19 Dec 2023 10:25:04 -0500 Subject: [PATCH] Update CI --- .github/workflows/ci-stable.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/integration-tests-oxide.yml | 4 ++-- .github/workflows/integration-tests-stable.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) 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