Workflows: test everything on paths

This commit is contained in:
Phil Ewels 2019-12-05 16:08:12 +01:00
parent a065ac3532
commit d682c6f7a8
4 changed files with 4 additions and 4 deletions

View file

@ -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/*

View file

@ -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*

View file

@ -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*

View file

@ -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/*