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:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
types: [opened, synchronize, ready_for_review]
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user