Skip to content

Commit

Permalink
run workflows on published release
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 13, 2020
1 parent 49660c4 commit b744835
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
pull_request:
branches:
- '*'
# Also on a published release
release:
types: [published]

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
pull_request:
branches:
- '*'
# Also on a published release
release:
types: [published]

jobs:

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
pull_request:
branches:
- '*'
# Also on a published release
release:
types: [published]

jobs:

Expand All @@ -30,7 +33,8 @@ jobs:
run: |
nextflow run pipeline.nf \
--sqlite results/ncbimeta_db/update/latest/output/database/yersinia_pestis_db.sqlite \
--max_datasets 4
--max_datasets_assembly 4
--max_datasets_sra 4
- name: artifact SQLite import
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit b744835

Please sign in to comment.