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
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:
|
on:
|
||||||
push: {}
|
push: {}
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: software/fastqc/*
|
paths: software/fastqc/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_ci_test:
|
run_ci_test:
|
||||||
|
|
Loading…
Reference in a new issue