Run CI when adding to the merge queue

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2023-04-28 12:35:38 -07:00
parent 54732fa9fb
commit c58a229e50

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