ci: Test whether subdirectories are breaking workflows

This commit is contained in:
Edmund Miller 2020-11-30 19:02:34 -06:00
parent 7d2b74a5f7
commit 98c629583a
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -3,12 +3,12 @@ on:
push:
paths:
- software/fastqc/**
- .github/workflows/software/fastqc.yml
- .github/workflows/fastqc.yml
- tests/software/fastqc/**
pull_request:
paths:
- software/fastqc/**
- .github/workflows/software/fastqc.yml
- .github/workflows/fastqc.yml
- tests/software/fastqc/**
jobs: