diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index a745662..33a7941 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -3,6 +3,8 @@ name: PR Title Check on: pull_request: types: [opened, edited, reopened] + push: + branches: ['release-please--**'] jobs: validate: @@ -17,15 +19,12 @@ jobs: types: | feat fix - docs - style - refactor - perf + refac test - build - ci + docs chore - revert + ci + perf # Scope is optional requireScope: false # Subject (description) requirements diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a287eb6..c8730e8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,4 +15,4 @@ build: create_environment: - uv venv "${READTHEDOCS_VIRTUALENV_PATH}" install: - - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs + - UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --group docs