ci(api-docs): run in drafts as well

A contributor should be able to be sure their PR passes the CI before
clicking "Ready for review".
This commit is contained in:
Dundar Goc 2022-05-29 00:55:12 +02:00
parent 840b7576e9
commit 39613b6a2d

View File

@ -1,7 +1,6 @@
name: Missing API docs
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches-ignore:
- 'marvim/api-doc-update**'
paths:
@ -11,7 +10,6 @@ on:
jobs:
call-regen-api-docs:
if: github.event.pull_request.draft == false
permissions:
contents: write
pull-requests: write