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:
7f876bb
)
Do not restrict PR CI to master branch
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Oct 2021 16:38:10 +0000
(18:38 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Oct 2021 16:38:10 +0000
(18:38 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index 836074b6b3c2bb51e4ca2d30e3c183e520e9fb62..8a741ec9896ce05777badcf0ec6b75ffa9ad3d99 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-5,8
+5,8
@@
on:
- master
pull_request_target:
types: [opened, synchronize, reopened]
- branches:
- - master
+
#
branches:
+
#
- master
jobs:
build:
runs-on: ubuntu-latest