GitHub actions: do not run action twice on PRs for real.
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 1 May 2020 15:11:57 +0000 (17:11 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 1 May 2020 15:11:57 +0000 (17:11 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/lint.yml

index 879fe8c5d86eeff6ed4c93067140962b5e265fa0..f935d91cd90dcb3ddcb786179145c1150b60b983 100644 (file)
@@ -2,7 +2,7 @@ name: Lint CI
 
 on:
   push:
-    branches-ignore:
+    branches:
       - master
   pull_request:
     branches: