From: Jérôme Benoit Date: Thu, 7 Oct 2021 16:38:10 +0000 (+0200) Subject: Do not restrict PR CI to master branch X-Git-Tag: v1.1.28~6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=8303189c961eb56a6e6d94fed96f1d99780e801f;p=e-mobility-charging-stations-simulator.git Do not restrict PR CI to master branch Signed-off-by: Jérôme Benoit --- 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