From 756317e7e0469574b95c494d18c6a063ab14e652 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Fri, 25 Feb 2022 16:52:54 -0600 Subject: [PATCH] Legacy CI fix --- .github/workflows/main_matrix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index f687f4bf0..b03d939cc 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -1,8 +1,8 @@ -name: Continuous Integration +name: Continuous Integration PR Checks (1.2 Legacy) on: # # Triggers the workflow on push but only for the master branch push: - branches: [ master ] + branches: [ 1.2-legacy ] paths-ignore: - '**.md' - '**.yml' @@ -10,7 +10,7 @@ on: # Note: This is different from "pull_request". Need to specify ref when doing checkouts. pull_request_target: - branches: [ master ] + branches: [ 1.2-legacy ] paths-ignore: - '**.md' - '**.yml'