From 829a224ba47616de2572cc0e0195b6dd73d4d743 Mon Sep 17 00:00:00 2001 From: Marius Merkle Date: Mon, 7 Sep 2026 15:53:44 +0200 Subject: [PATCH] chore: Add pull_request trigger to CI workflow --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 928b589..0c8ce2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI -on: [push] +on: + push: + branches: [main] + pull_request: # Automatically stop old builds on the same branch/PR concurrency: