mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +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
|
name: FastQC
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: tools/fastqc/*
|
paths: *
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: tools/fastqc/*
|
paths: tools/fastqc/*
|
||||||
|
|
||||||
|
|
2
.github/workflows/samtools_index.yml
vendored
2
.github/workflows/samtools_index.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: samtools index
|
name: samtools index
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: tools/samtools/index*
|
paths: *
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: tools/samtools/index*
|
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
|
name: samtools sort
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: tools/samtools/sort*
|
paths: *
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: tools/samtools/sort*
|
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!
|
name: Trim Galore!
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: tools/trim_galore/*
|
paths: *
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: tools/trim_galore/*
|
paths: tools/trim_galore/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue