Merge pull request #8669 from colinux/merge-queue
ci: enable merge queue (merge group)
This commit is contained in:
commit
b245c3a8fa
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…
Add table
Reference in a new issue