Use empty dict instead for workflow

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

View file

@ -1,7 +1,6 @@
name: FastQC
on:
push:
paths: *
push: {}
pull_request:
paths: tools/fastqc/*

View file

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

View file

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

View file

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