ci: pull_request の ready_for_review でもCIが走るように修正
This commit is contained in:
parent
9ba05d8598
commit
fb0b34386f
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -3,6 +3,7 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
types: [opened, synchronize, ready_for_review]
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user