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
45fbbb538c
commit
61d44c34d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fastqc.yml
vendored
2
.github/workflows/fastqc.yml
vendored
|
@ -2,7 +2,7 @@ name: FastQC
|
|||
on:
|
||||
push: {}
|
||||
pull_request:
|
||||
paths: software/fastqc/*
|
||||
paths: software/fastqc/**
|
||||
|
||||
jobs:
|
||||
run_ci_test:
|
||||
|
|
Loading…
Reference in a new issue