mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-23 20:51:06 +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:
|
||||
pull_request: {}
|
||||
merge_group: { types: [checks_requested] }
|
||||
push: { branches: [master] }
|
||||
|
||||
permissions:
|
||||
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: Lint
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request: {}
|
||||
merge_group: { types: [checks_requested] }
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
Loading…
Reference in New Issue
Block a user