From a25f321abb8df815583a3874d26aa273b7df342d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 29 Jul 2022 01:01:34 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Separate=20bugfix-2.1.x=20CI=20T?= =?UTF-8?q?ests?= 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 deletions(-) diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index c3f3f2f1e1..7e10caf4be 100644 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -8,7 +8,6 @@ name: CI on: pull_request: branches: - - bugfix-2.0.x - bugfix-2.1.x paths-ignore: - config/** @@ -17,7 +16,6 @@ on: - '**/*.md' push: branches: - - bugfix-2.0.x - bugfix-2.1.x paths-ignore: - config/**