diff --git a/.github/workflows/code-pull-request.yml b/.github/workflows/code-pull-request.yml index 750656e3..524e573b 100644 --- a/.github/workflows/code-pull-request.yml +++ b/.github/workflows/code-pull-request.yml @@ -5,7 +5,7 @@ on: branches: - main pull_request: - types: [opened, edited, synchronize, reopened] + types: [opened, edited, synchronize, reopened, ready_for_review] branches: - main workflow_dispatch: diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 9c3c8f8b..9d44c5d6 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -2,7 +2,7 @@ name: DCO on: pull_request: - types: [opened, edited, synchronize, reopened] + types: [opened, edited, synchronize, reopened, ready_for_review] branches: - main