mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +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
|
||||
on:
|
||||
push: {}
|
||||
push:
|
||||
paths: software/fastqc/**
|
||||
pull_request:
|
||||
paths: software/fastqc/**
|
||||
|
||||
|
|
Loading…
Reference in a new issue