diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a070802..42be601 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: nf-pediatric CI on: push: branches: - - dev - main pull_request: release: @@ -23,7 +22,7 @@ jobs: test: name: "Run pipeline with test data (${{ matrix.NXF_VER }} | ${{ matrix.test_name }} | ${{ matrix.profile }})" # Only run on push if this is the nf-core dev branch (merged PRs) - if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-pediatric') }}" + # if: "${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-pediatric') }}" runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 657ca2b..96c2424 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -5,7 +5,6 @@ name: nf-core linting on: push: branches: - - dev - main pull_request: release: