From 4254ddb9a2322599d2fcb0b6437eca346a7b3d9d Mon Sep 17 00:00:00 2001 From: Eric Joanis Date: Fri, 2 Feb 2024 12:08:58 -0500 Subject: [PATCH] ci: trigger matrix -- do not merge this commit --- .github/workflows/matrix-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/matrix-tests.yml b/.github/workflows/matrix-tests.yml index 193bf079..36024aa9 100644 --- a/.github/workflows/matrix-tests.yml +++ b/.github/workflows/matrix-tests.yml @@ -2,12 +2,11 @@ # For regular pushes, we just test the baseline Python version, but when pushing # to main or release, we want to exercise the full matrix. name: Run Matrix Tests -on: - push: - branches: [main, release] +on: push jobs: test: strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]