From 7af3f841951b15e64275211ba41c5658640e056d Mon Sep 17 00:00:00 2001 From: David Hart Date: Thu, 7 Nov 2024 10:55:46 -0700 Subject: [PATCH] ci: run simple test on all pull_requests --- .github/workflows/test-continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-continuous.yml b/.github/workflows/test-continuous.yml index e1bc606..f90be1a 100644 --- a/.github/workflows/test-continuous.yml +++ b/.github/workflows/test-continuous.yml @@ -12,6 +12,7 @@ on: - '**/*.toml' - '.github/workflows/test-continuous.yml' # run if this file is changed - '!docs/conf.py' + pull_request: permissions: contents: read @@ -66,7 +67,6 @@ jobs: echo '```' >> $GITHUB_STEP_SUMMARY - name: Upload coverage reports to Codecov - if: success() || failure() continue-on-error: true uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0 with: