From bc5703e4be46ae54a16c0c330d1e43af18077d3d Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Wed, 3 Jan 2024 16:55:08 +0100 Subject: [PATCH] CI: fix the CI trigger (#65) --- .github/workflows/testing.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f8ed7b7..6d65da1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -1,10 +1,9 @@ name: Continuous Integration - + on: push: - branches: - - '*' + branches: [main] pull_request: branches: - '*' @@ -40,13 +39,13 @@ defaults: run: shell: bash -l {0} - + steps: - name: checkout repo uses: actions/checkout@v4 with: fetch-depth: 0 # Fetch all history for all branches and tags. - + - name: setup micromamba uses: mamba-org/setup-micromamba@v1 with: @@ -65,7 +64,7 @@ --cov-report term-missing \ --cov-append \ --doctest-modules - + - name: codecov uses: codecov/codecov-action@v3 with: