From 201ed087ca0fd9763716335a567f698482fe0e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gamez?= Date: Sun, 24 Apr 2022 15:39:46 +0200 Subject: [PATCH] Re-enable tests for the 1.x and 2.x branches --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7fb31b7..34edc5b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,7 +4,8 @@ on: pull_request: push: branches: - - 'main' + - '1.x' + - '2.x' jobs: tests: