Compare commits
2 commits
main
...
fix/issue-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcc8397e52 | ||
|
|
e74723982d |
1 changed files with 15 additions and 7 deletions
|
|
@ -8,7 +8,15 @@
|
||||||
# to run as the 'git' user (pre-created in the Forgejo Docker image).
|
# to run as the 'git' user (pre-created in the Forgejo Docker image).
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
- event: pull_request
|
||||||
|
path:
|
||||||
|
- "bin/disinto"
|
||||||
|
- "lib/load-project.sh"
|
||||||
|
- "tests/smoke-init.sh"
|
||||||
|
- ".woodpecker/smoke-init.yml"
|
||||||
|
- "docker/**"
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
path:
|
path:
|
||||||
- "bin/disinto"
|
- "bin/disinto"
|
||||||
- "lib/load-project.sh"
|
- "lib/load-project.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue