fix: correct Woodpecker path trigger syntax
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/pr/smoke-init Pipeline failed

This commit is contained in:
Agent 2026-04-02 07:51:29 +00:00
parent cbf079e32e
commit 19b99346ab

View file

@ -19,11 +19,12 @@
when:
- event: pull_request
paths:
path:
- "bin/disinto"
- "lib/load-project.sh"
- "lib/env.sh"
- "tests/**"
- "tests/smoke-init.sh"
- "tests/mock-forgejo.py"
- ".woodpecker/smoke-init.yml"
steps: