From fad3df453dfebf2ce462aa6c666ce516028bd557 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 27 Aug 2022 19:31:24 +0200 Subject: [PATCH] Run tests on 2.2 branch --- .github/workflows/testing.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 41699422..36039595 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -2,9 +2,13 @@ name: testing on: push: - branches: [ master ] + branches: + - master + - 2.2 pull_request: - branches: [ master ] + branches: + - master + - 2.2 jobs: build: