mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
ci: Test whether subdirectories are breaking workflows
This commit is contained in:
parent
7d2b74a5f7
commit
98c629583a
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/software/fastqc.yml
|
||||
- .github/workflows/fastqc.yml
|
||||
- tests/software/fastqc/**
|
||||
pull_request:
|
||||
paths:
|
||||
- software/fastqc/**
|
||||
- .github/workflows/software/fastqc.yml
|
||||
- .github/workflows/fastqc.yml
|
||||
- tests/software/fastqc/**
|
||||
|
||||
jobs:
|
Loading…
Reference in a new issue