summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-formatting.yml2
-rw-r--r--.github/workflows/ci.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml
index f4226cd8c..303e53e15 100644
--- a/.github/workflows/check-formatting.yml
+++ b/.github/workflows/check-formatting.yml
@@ -5,6 +5,8 @@ on:
branches: [master]
pull_request:
branches: [master]
+ merge_group:
+ types: [checks_requested]
jobs:
check-formatting:
runs-on: ubuntu-latest
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 52008e28f..cb1782df0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,6 +2,8 @@ name: CI
on:
workflow_dispatch:
+ merge_group:
+ types: [checks_requested]
push:
branches: [master]
pull_request: