From: Jérôme Benoit Date: Wed, 6 May 2020 15:54:18 +0000 (+0200) Subject: GitHub actions: Avoid linting on push. X-Git-Tag: v1.0.1-0~333 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=40c12bcc4f2be2aa31392185fbc65933a7f8e4a5;p=e-mobility-charging-stations-simulator.git GitHub actions: Avoid linting on push. Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d664a1f3..3d7a77e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,9 +1,9 @@ name: Lint CI on: - push: - branches: - - master + # push: + # branches: + # - master pull_request: branches: - master