X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Flint.yml;h=3d7a77e6945905f7fdf530dc1bfff6c761a06f75;hb=3497da01c70a699484836f4d122a8cbaf670c44d;hp=d488e5fedfa1214a20d23383c9c593cb34a2f1cb;hpb=d8fb4c44b4bdad2cde8da32c0095b7405e9c506c;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d488e5fe..3d7a77e6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,12 +1,15 @@ name: Lint CI -on: [pull_request, push] +on: + # push: + # branches: + # - master + pull_request: + branches: + - master jobs: lint: - env: - CI: true - runs-on: ubuntu-latest strategy: