mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-20 07:40:33 +01:00
ci: run on merge groups
This commit is contained in:
parent
4067fbe8f0
commit
5515a37002
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -2,6 +2,7 @@ name: CI
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
|
merge_group: { types: [checks_requested] }
|
||||||
push: { branches: [master] }
|
push: { branches: [master] }
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
on: [pull_request]
|
on:
|
||||||
|
pull_request: {}
|
||||||
|
merge_group: { types: [checks_requested] }
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user