From 0175c5d4af394e48af10dbeb0f4033f26f7d9e09 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 19 Aug 2025 19:14:52 +0100 Subject: [PATCH] ci: Run tests and benchmarks on main --- .github/workflows/pull-request.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5b2be770..237aaa12 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,7 +5,9 @@ on: types: [opened, synchronize, reopened, ready_for_review] branches: - main - - release** + push: + branches: + - main jobs: test: