GitHub actions: Avoid linting on push.
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2020 15:54:18 +0000 (17:54 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 May 2020 15:54:18 +0000 (17:54 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/lint.yml

index d664a1f3fa9bedc06eb5533325ff686463869690..3d7a77e6945905f7fdf530dc1bfff6c761a06f75 100644 (file)
@@ -1,9 +1,9 @@
 name: Lint CI
 
 on:
-  push:
-    branches:
-      - master
+  push:
+    branches:
+      - master
   pull_request:
     branches:
       - master