Merge pull request #8458 from mxpv/mg

Run CI when adding a PR to a merge queue
This commit is contained in:
Akihiro Suda 2023-04-30 15:30:40 +09:00 committed by GitHub
commit 4f9b9d9f69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
name: CI name: CI
on: on:
# When added to a merge queue.
# See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue#triggering-merge-group-checks-with-github-actions
merge_group:
push: push:
branches: branches:
- main - main