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