ci: enable merge queue (merge group)
This commit is contained in:
parent
a0f828a9ba
commit
283804ec74
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -1,9 +1,11 @@
|
||||||
name: Continuous Integration
|
name: Continuous Integration
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: 'main'
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: 'main'
|
branches: [main]
|
||||||
|
merge_group:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linters:
|
linters:
|
||||||
|
|
Loading…
Reference in a new issue