mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +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:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- software/fastqc/**
|
- software/fastqc/**
|
||||||
- .github/workflows/software/fastqc.yml
|
- .github/workflows/fastqc.yml
|
||||||
- tests/software/fastqc/**
|
- tests/software/fastqc/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- software/fastqc/**
|
- software/fastqc/**
|
||||||
- .github/workflows/software/fastqc.yml
|
- .github/workflows/fastqc.yml
|
||||||
- tests/software/fastqc/**
|
- tests/software/fastqc/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
Loading…
Reference in a new issue