Skip to content

Commit

Permalink
Merge pull request #161 from ggabernet/dev
Browse files Browse the repository at this point in the history
AWS test trigger only on push to master
  • Loading branch information
ggabernet authored Mar 17, 2020
2 parents 2ad5b20 + 61d32b8 commit 52bee46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/awstest.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: AWS Megatests
name: nf-core AWS test
# This workflow is triggered on PRs to the master branch.
# It runs the -profile 'test' on AWS batch

on:
push:
branches:
- master
- dev
release:
types: [published]

Expand Down

0 comments on commit 52bee46

Please sign in to comment.