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
on:
push:
paths: tools/fastqc/*
paths: *
pull_request:
paths: tools/fastqc/*

View file

@ -1,7 +1,7 @@
name: samtools index
on:
push:
paths: tools/samtools/index*
paths: *
pull_request:
paths: tools/samtools/index*

View file

@ -1,7 +1,7 @@
name: samtools sort
on:
push:
paths: tools/samtools/sort*
paths: *
pull_request:
paths: tools/samtools/sort*

View file

@ -1,7 +1,7 @@
name: Trim Galore!
on:
push:
paths: tools/trim_galore/*
paths: *
pull_request:
paths: tools/trim_galore/*