From 7d40b3390caf647c964b062cd636e238f799f040 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 31 May 2020 12:20:44 +0200 Subject: [PATCH] Run CI for 3.x branch too --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d6aa1d7..720925c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,9 @@ env: on: push: - branches: [ 2.x, master ] + branches: [ 3.x, 2.x, master ] pull_request: - branches: [ 2.x, master ] + branches: [ 3.x, 2.x, master ] jobs: tests: