From 47bce8c8a5068f7d679254a9cc0d12ee091b91d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Sat, 28 Feb 2026 09:50:51 +0100 Subject: [PATCH] Trigger CI builds on pull requests Building the master branch as well, in case commits are pushed directly there. --- .github/workflows/tests.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c3b4e653..d3d2d4b8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,5 +1,9 @@ name: Tests -on: [push] +on: + pull_request: + push: + branches: + - master jobs: tests: name: ${{ matrix.python-version }}