From cc23b230c4f781d51256ea02e86c48d082061d70 Mon Sep 17 00:00:00 2001 From: Aaron Colwell <300262+acolwell@users.noreply.github.com> Date: Tue, 12 Sep 2023 07:45:39 -0700 Subject: [PATCH] Specify branches for CI. --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd91558a8..2997252cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,12 @@ name: Tests on: workflow_dispatch: {} push: + branches: + - 'RB-2.5' + - 'AJC-RB-2.5' paths-ignore: - Documentation + pull_request: branches: - RB-2.5