From c4f11906b889f85edac370fc74d6159456a535a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Oct 2021 22:53:34 +0200 Subject: [PATCH] Refine CI run conditions 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, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a741ec9..e100408e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,8 @@ on: push: branches: - master - pull_request_target: + pull_request: types: [opened, synchronize, reopened] - # branches: - # - master jobs: build: runs-on: ubuntu-latest -- 2.34.1