Compare commits
No commits in common. "bcc8397e526a8bfe364acb90a7c5804c971cb459" and "645cf823271bd349ed315d334de339e69197e67f" have entirely different histories.
bcc8397e52
...
645cf82327
1 changed files with 7 additions and 15 deletions
|
|
@ -8,21 +8,13 @@
|
|||
# to run as the 'git' user (pre-created in the Forgejo Docker image).
|
||||
|
||||
when:
|
||||
- event: pull_request
|
||||
path:
|
||||
- "bin/disinto"
|
||||
- "lib/load-project.sh"
|
||||
- "tests/smoke-init.sh"
|
||||
- ".woodpecker/smoke-init.yml"
|
||||
- "docker/**"
|
||||
- event: push
|
||||
branch: main
|
||||
path:
|
||||
- "bin/disinto"
|
||||
- "lib/load-project.sh"
|
||||
- "tests/smoke-init.sh"
|
||||
- ".woodpecker/smoke-init.yml"
|
||||
- "docker/**"
|
||||
event: [push, pull_request]
|
||||
path:
|
||||
- "bin/disinto"
|
||||
- "lib/load-project.sh"
|
||||
- "tests/smoke-init.sh"
|
||||
- ".woodpecker/smoke-init.yml"
|
||||
- "docker/**"
|
||||
|
||||
steps:
|
||||
- name: smoke-init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue