mirror of
https://github.com/nexu-io/open-design.git
synced 2026-05-31 19:04:39 +07:00
fix(ci): run merge queue checks on merge groups (#2745)
This commit is contained in:
parent
650f7a5d23
commit
866661ac65
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -2,6 +2,7 @@ name: ci
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
merge_group:
|
||||
# Release validation is owned by the release workflows rather than this CI
|
||||
# workflow: `release-stable` has a verify job before publishing, and
|
||||
# `release-beta` builds from its selected release commit. Keep this trigger
|
||||
|
|
|
|||
Loading…
Reference in a new issue