Workflows - trigger on change to workflow and test data too

This commit is contained in:
Phil Ewels 2020-07-16 17:14:57 +02:00
parent aa24c8d175
commit e71bb92534
6 changed files with 48 additions and 12 deletions

View file

@ -1,9 +1,15 @@
name: cutadapt name: cutadapt
on: on:
push: push:
paths: software/cutadapt/** paths:
- software/cutadapt/**
- .github/workflows/cutadapt.yml
- tests
pull_request: pull_request:
paths: software/cutadapt/** paths:
- software/cutadapt/**
- .github/workflows/cutadapt.yml
- tests
jobs: jobs:
run_ci_test: run_ci_test:

View file

@ -1,9 +1,15 @@
name: FastQC name: FastQC
on: on:
push: push:
paths: software/fastqc/** paths:
- software/fastqc/**
- .github/workflows/fastqc.yml
- tests
pull_request: pull_request:
paths: software/fastqc/** paths:
- software/fastqc/**
- .github/workflows/fastqc.yml
- tests
jobs: jobs:
run_ci_test: run_ci_test:

View file

@ -1,9 +1,15 @@
name: samtools index name: samtools index
on: on:
push: push:
paths: software/samtools/index/** paths:
- software/samtools/index/**
- .github/workflows/samtools_index.yml
- tests
pull_request: pull_request:
paths: software/samtools/index/** paths:
- software/samtools/index/**
- .github/workflows/samtools_index.yml
- tests
jobs: jobs:
run_ci_test: run_ci_test:

View file

@ -1,9 +1,15 @@
name: samtools sort name: samtools sort
on: on:
push: push:
paths: software/samtools/sort** paths:
- software/samtools/sort**
- .github/workflows/samtools_sort.yml
- tests
pull_request: pull_request:
paths: software/samtools/sort** paths:
- software/samtools/sort**
- .github/workflows/samtools_sort.yml
- tests
jobs: jobs:
run_ci_test: run_ci_test:

View file

@ -1,9 +1,15 @@
name: tcoffee name: tcoffee
on: on:
push: push:
paths: software/tcoffee/** paths:
- software/tcoffee/**
- .github/workflows/tcoffee.yml
- tests
pull_request: pull_request:
paths: software/tcoffee/** paths:
- software/tcoffee/**
- .github/workflows/tcoffee.yml
- tests
jobs: jobs:
run_ci_test: run_ci_test:

View file

@ -1,9 +1,15 @@
name: Trim Galore! name: Trim Galore!
on: on:
push: push:
paths: software/trim_galore/** paths:
- software/trim_galore/**
- .github/workflows/trim_galore.yml
- tests
pull_request: pull_request:
paths: software/trim_galore/** paths:
- software/trim_galore/**
- .github/workflows/trim_galore.yml
- tests
jobs: jobs:
run_ci_test: run_ci_test: