diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 806bef0dc..35d5919d4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,10 +1,9 @@ name: Documentation on: - # Only PRs targeting master (base branch = master) and pushes to master. pull_request: types: [opened, synchronize, reopened, ready_for_review] - branches: [master] + branches: [master, develop] paths: - "docs/**" - "rocketpy/**" # docstrings feed the autodoc API reference