From: Jérôme Benoit Date: Fri, 1 May 2020 15:11:57 +0000 (+0200) Subject: GitHub actions: do not run action twice on PRs for real. X-Git-Tag: v1.0.1-0~336 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=76fbb7f02932f646f3c76d327f32d7827ed8aabe;p=e-mobility-charging-stations-simulator.git GitHub actions: do not run action twice on PRs for real. Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 879fe8c5..f935d91c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: Lint CI on: push: - branches-ignore: + branches: - master pull_request: branches: