From: Jérôme Benoit Date: Thu, 7 Oct 2021 20:53:34 +0000 (+0200) Subject: Refine CI run conditions X-Git-Tag: v1.1.28~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c4f11906b889f85edac370fc74d6159456a535a6;p=e-mobility-charging-stations-simulator.git Refine CI run conditions Signed-off-by: Jérôme Benoit --- 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