Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
pull_request:
branches:
- main
# Run the same required checks (lint / unit-test / e2e-test / coverage) on the
# merge queue's transient ref. Required so a merge queue can be enabled on
# `main`: the queue waits on these checks for each merge group, and without a
# `merge_group` trigger they would never run and every queued PR would stall.
merge_group:

permissions:
contents: read
Expand Down
Loading