From aef8698a59d827736a67d1f6c900624be0d2868f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Mon, 18 Dec 2023 11:17:27 +0100 Subject: [PATCH] tests on obrok master (#1141) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jan Staněk --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab92ab0e8..9b5bf91b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: - branches: [master] + branches: [master,obrok/master] pull_request: - branches: [master] + branches: [master,obrok/master] concurrency: group: test-${{ github.ref }}