mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
Run CI for Renovate branches
This ensures that CI data exists and renovate can automerge on success or create a PR on failure. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
c9c170e6a7
commit
4566622c01
1 changed files with 3 additions and 1 deletions
4
.github/workflows/node.js.yml
vendored
4
.github/workflows/node.js.yml
vendored
|
@ -2,7 +2,9 @@ name: Node.js CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches:
|
||||
- master
|
||||
- renovate/master-*
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
|
|
Loading…
Reference in a new issue