Skip to content

Commit

Permalink
Run on pr or workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Sep 15, 2023
1 parent dc2b4af commit 12fa294
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/nextflow.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Run pipeline
name: Run nf-artist test data

on:
push:
branches:
- "main"
- "nextflow-action"
pull_request:
branches: 'main'
paths: 'HTAN.model.csv'
workflow_dispatch:

jobs:
example:
nf-artist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nf-core/setup-nextflow@v1
- run: nextflow run ${GITHUB_WORKSPACE} --input data/test_samplesheet.csv
- run: nextflow run ${GITHUB_WORKSPACE} --input data/test_samplesheet.csv

0 comments on commit 12fa294

Please sign in to comment.