diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a44f63..37d134c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: CI -on: [push, pull_request] +on: + push: + branches: [main] + pull_request: jobs: test_nextflow: