We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b074909 commit c1d77b2Copy full SHA for c1d77b2
1 file changed
.github/workflows/ci.yml
@@ -9,6 +9,8 @@ on:
9
# Trigger on pull requests into main
10
- main
11
types: [ opened, synchronize ]
12
+ # Enable merge queues
13
+ merge_group:
14
15
jobs:
16
lint:
0 commit comments