From c53844ff91b65576f60f8060a296d68d1d25c92a Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 1 Dec 2023 04:45:55 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Temporary=20CI=20Tests=20for=202.1.?= =?UTF-8?q?x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 057fa8b75f..7c62b5af6c 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -9,6 +9,7 @@ on: pull_request: branches: - bugfix-2.1.x + - 2.1.x paths-ignore: - config/** - data/** @@ -17,6 +18,7 @@ on: push: branches: - bugfix-2.1.x + - 2.1.x paths-ignore: - config/** - data/**