Skip to content

Commit

Permalink
fix: initialise path
Browse files Browse the repository at this point in the history
Need to migrate to nf-test
  • Loading branch information
edmundmiller committed Feb 6, 2024
1 parent ace4301 commit 1ceb5d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ on:
push:
branches: [master]
paths:
- "**/initialise**"
- "subworkflows/nf-core/initialise/**"
pull_request:
branches: [master]
paths:
- "**/initialise**"
- "subworkflows/nf-core/initialise/**"
merge_group:
types: [checks_requested]
branches: [master]
paths:
- "**/initialise**"
- "subworkflows/nf-core/initialise/**"

# Cancel if a newer run is started
concurrency:
Expand Down

0 comments on commit 1ceb5d9

Please sign in to comment.