From 57fab05294fa5817ec748cea4dc03aa2f537387b Mon Sep 17 00:00:00 2001 From: Hans Kratz Date: Sun, 14 Jun 2026 11:49:13 +0200 Subject: [PATCH] run ci on all pull requests and in the merge queue --- .github/workflows/ci.yml | 2 +- .github/workflows/cross.yml | 2 +- .github/workflows/wasm.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1d3ce0b..3aa8d0af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main] + merge_group: schedule: - cron: "17 3 * * *" diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index ff79cfb3..c22e564d 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main] + merge_group: schedule: - cron: "17 3 * * *" diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 84254bd9..ab43bbc9 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -4,7 +4,7 @@ on: push: branches: [main] pull_request: - branches: [main] + merge_group: schedule: - cron: "17 3 * * *"