mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 19:18:17 +00:00
update GitHub actions for Fastqc
This commit is contained in:
parent
61d44c34d0
commit
4957eb98e5
1 changed files with 2 additions and 1 deletions
3
.github/workflows/fastqc.yml
vendored
3
.github/workflows/fastqc.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: FastQC
|
name: FastQC
|
||||||
on:
|
on:
|
||||||
push: {}
|
push:
|
||||||
|
paths: software/fastqc/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: software/fastqc/**
|
paths: software/fastqc/**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue