Fix CF template.
[e-mobility-charging-stations-simulator.git] / .github / workflows / lint.yml
index d488e5fedfa1214a20d23383c9c593cb34a2f1cb..3d7a77e6945905f7fdf530dc1bfff6c761a06f75 100644 (file)
@@ -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: