diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index d48960205a9..32a1a601f9a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -1,6 +1,9 @@ name: GitHub CI CD on: pull_request: + # GitHub default types + ready_for_review to trigger the workflow on PRs no longer in draft mode. + # See https://github.com/ansys/pyaedt/issues/5223 for more information + types: [opened, synchronize, reopened, ready_for_review] workflow_dispatch: push: tags: