Skip to content

Commit

Permalink
Updated Dockstore config.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Jul 3, 2024
1 parent e54f6bc commit 080237e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workflows:
# It should be noted that having the name come first is an arbitrary decision.
# You could use subclass instead, for instance. Provided arrays are not broken
# up, the order of fields within a .dockstore.yml is not important.
- name: wdl-humanassembly
- name: HiFi-human-assembly-WDL

# The descriptor language used for the workflow. CWL, WDL, NFL (Nextflow), or GALAXY.
# This cannot be changed once the workflow is registered.
Expand Down Expand Up @@ -64,5 +64,5 @@ workflows:
# https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/FileSystem.html#getPathMatcher(java.lang.String)
# or RegEx when the string is surrounded by / (Ex: `/develop/`, `/myworkflow\/.*/`).
filters:
branches: [ /(.*)?dockstore/ ]
branches: [ /.*dockstore/ ]
tags: [ /v.*dockstore/ ]

0 comments on commit 080237e

Please sign in to comment.