Fix phases number in template.
[e-mobility-charging-stations-simulator.git] / .github / workflows / lint.yml
index 879fe8c5d86eeff6ed4c93067140962b5e265fa0..3d7a77e6945905f7fdf530dc1bfff6c761a06f75 100644 (file)
@@ -1,18 +1,15 @@
 name: Lint CI
 
 on:
-  push:
-    branches-ignore:
-      - master
+  push:
+  #   branches:
+      - master
   pull_request:
     branches:
       - master
 
 jobs:
   lint:
-    env:
-      CI: true
-
     runs-on: ubuntu-latest
 
     strategy: