From 5ed840394b9fc0e80c7b3b9ee958472df2c16bf5 Mon Sep 17 00:00:00 2001 From: congoamz <75754763+congoamz@users.noreply.github.com> Date: Thu, 28 Oct 2021 10:54:07 -0700 Subject: [PATCH] Adjust branch that GitHub Actions runs against (#1) Signed-off-by: Aaron Congo --- .github/ISSUE_TEMPLATE/bug.yaml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 42a1e6d2d2b..063b1487f1a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -32,7 +32,7 @@ body: label: Version description: What version of our software are you running? options: - - 13_4 (Default) + - BABEL_1_X_DEV__13_4 (Default) validations: required: true - type: dropdown diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6553eda5cd0..a96e8dd3771 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - 13_4 + - BABEL_1_X_DEV__13_4 pull_request: branches: - - 13_4 + - BABEL_1_X_DEV__13_4 jobs: build-and-run-tests: