From c239225bc6f08d9f6324ad96fe19d9af128df4e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 30 Apr 2020 20:49:14 +0200 Subject: [PATCH] Use CI on master 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 e98b3e80..be15dc62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,9 @@ env: on: push: - branches: [ 2.x ] + branches: [ 2.x, master ] pull_request: - branches: [ 2.x ] + branches: [ 2.x, master ] jobs: tests: