From 8303189c961eb56a6e6d94fed96f1d99780e801f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Oct 2021 18:38:10 +0200 Subject: [PATCH] Do not restrict PR CI to master branch MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .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 836074b6..8a741ec9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,8 +5,8 @@ on: - master pull_request_target: types: [opened, synchronize, reopened] - branches: - - master + # branches: + # - master jobs: build: runs-on: ubuntu-latest -- 2.34.1