mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Workflows: test everything on paths
This commit is contained in:
parent
a065ac3532
commit
d682c6f7a8
4 changed files with 4 additions and 4 deletions
2
.github/workflows/fastqc.yml
vendored
2
.github/workflows/fastqc.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: FastQC
|
||||
on:
|
||||
push:
|
||||
paths: tools/fastqc/*
|
||||
paths: *
|
||||
pull_request:
|
||||
paths: tools/fastqc/*
|
||||
|
||||
|
|
2
.github/workflows/samtools_index.yml
vendored
2
.github/workflows/samtools_index.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: samtools index
|
||||
on:
|
||||
push:
|
||||
paths: tools/samtools/index*
|
||||
paths: *
|
||||
pull_request:
|
||||
paths: tools/samtools/index*
|
||||
|
||||
|
|
2
.github/workflows/samtools_sort.yml
vendored
2
.github/workflows/samtools_sort.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: samtools sort
|
||||
on:
|
||||
push:
|
||||
paths: tools/samtools/sort*
|
||||
paths: *
|
||||
pull_request:
|
||||
paths: tools/samtools/sort*
|
||||
|
||||
|
|
2
.github/workflows/trim_galore.yml
vendored
2
.github/workflows/trim_galore.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Trim Galore!
|
||||
on:
|
||||
push:
|
||||
paths: tools/trim_galore/*
|
||||
paths: *
|
||||
pull_request:
|
||||
paths: tools/trim_galore/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue