fix: correct Woodpecker path trigger syntax
This commit is contained in:
parent
cbf079e32e
commit
19b99346ab
1 changed files with 3 additions and 2 deletions
|
|
@ -19,11 +19,12 @@
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: pull_request
|
||||||
paths:
|
path:
|
||||||
- "bin/disinto"
|
- "bin/disinto"
|
||||||
- "lib/load-project.sh"
|
- "lib/load-project.sh"
|
||||||
- "lib/env.sh"
|
- "lib/env.sh"
|
||||||
- "tests/**"
|
- "tests/smoke-init.sh"
|
||||||
|
- "tests/mock-forgejo.py"
|
||||||
- ".woodpecker/smoke-init.yml"
|
- ".woodpecker/smoke-init.yml"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue