Open maxulysse opened 3 years ago
To clarify, you want CI to run for the push
event on all branches, not just dev
in this code:
(CI already runs on PRs from all branches, but not every pushed commit).
I know we discussed this already but I forget - why can't you use have a PR open and use the CI tests running there? (Even if it's a WIP / draft PR). That's what I usually do in this scenario..
Is your feature request related to a problem? Please describe
I'd like to do some tests on another branch
dsl2
on which we're working in Sarek. Can't and won't merge it in its current state indev
, but linting is failing all the time if I enable CI in this specific branch.Describe the solution you'd like
I'd like to have CI enabled on other branches without nf-core lint failing
Describe alternatives you've considered
Having nf-core lint fail and keep my CI tests on, which is what I'm currently doing
Additional context
Same issue for CI on
master
as discussed on slack