ci: fix pull_request trigger not registering
CI / Sync project version with tag (pull_request) Has been skipped
CI / Lint (ruff check) (pull_request) Successful in 39s
CI / Format (ruff format) (pull_request) Successful in 43s
CI / Type check (ty) (pull_request) Successful in 1m6s
CI / Tests (pull_request) Successful in 3m29s
CI / Bump version, tag, and update changelog on merge to master (pull_request) Has been skipped
CI / Publish package to Gitea package registry (pull_request) Has been skipped

A bare "pull_request:" key parses to null in YAML, which the runner
apparently doesn't treat as "trigger with defaults" the way an empty
mapping does — the open PR for this branch got no CI run at all.
This commit is contained in:
2026-08-28 13:08:25 +02:00
parent 7de3e92871
commit cc11efb3ae
+1 -1
View File
@@ -4,7 +4,7 @@ name: CI
push:
branches: ["master"]
tags: ["**"]
pull_request:
pull_request: {}
env:
UV_CACHE_DIR: /uv-cache