From 40ae71479c159e5850593a2bc0dacf420f67c9ea Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 26 Nov 2025 06:33:19 +0100 Subject: [PATCH] chore(test): only run once in a PR --- .github/workflows/test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c682c4d..6e42966 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,10 @@ name: Test -on: ['push', 'pull_request'] +on: + pull_request: + push: + branches: + - main jobs: build: