From dbac18546bb79594e93e0c2aec7d1de169b64aba Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Fri, 9 Jan 2026 09:58:35 +0200 Subject: [PATCH] chore: don't run CI twice on pull requests both the push and pull_request triggers matched --- .github/workflows/testsuite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 372f5027..7758d0f4 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -2,7 +2,9 @@ name: testsuite on: push: + branches: [master] pull_request: + branches: [master] jobs: build-clj: