Skip to content

Commit

Permalink
Update fastq-dl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rpetit3 authored Dec 16, 2020
1 parent f40224b commit 913f60c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/fastq-dl.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
name: fastq-dl
on:
push:
branches: [ main, dev ]
branches: [ main, master, dev ]
pull_request:
branches: [ main, dev ]
branches: [ main, master, dev ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install fastq-dl
run: conda create -y -n fastq-dl -c conda-forge -c bioconda fastq-dl
- uses: actions/checkout@v2
path: fastq-dl
with:
path: fastq-dl
- name: Staging
run: |
echo "${CONDA}/envs/fastq-dl/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 913f60c

Please sign in to comment.