From 2f2da592667e452f32a445bad572379c353e9c47 Mon Sep 17 00:00:00 2001 From: Pringled Date: Tue, 3 Mar 2026 09:32:53 +0100 Subject: [PATCH] Update CI to run on external PRs --- .github/workflows/ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc950ed..d6b3544 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,12 @@ name: Run tests and upload coverage on: - push + push: + branches: + - main + pull_request: + branches: + - main jobs: test: