repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55eee18
)
GitHub actions: Avoid linting on push.
author
Jérôme Benoit
<jerome.benoit@sap.com>
Wed, 6 May 2020 15:54:18 +0000
(17:54 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/lint.yml
b/.github/workflows/lint.yml
index d664a1f3fa9bedc06eb5533325ff686463869690..3d7a77e6945905f7fdf530dc1bfff6c761a06f75 100644
(file)
--- a/
.github/workflows/lint.yml
+++ b/
.github/workflows/lint.yml
@@
-1,9
+1,9
@@
name: Lint CI
on:
- push:
- branches:
- - master
+
#
push:
+
#
branches:
+
#
- master
pull_request:
branches:
- master