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).
|
# to run as the 'git' user (pre-created in the Forgejo Docker image).
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
event: [push, pull_request]
|
||||||
path:
|
path:
|
||||||
- "bin/disinto"
|
- "bin/disinto"
|
||||||
- "lib/load-project.sh"
|
- "lib/load-project.sh"
|
||||||
- "tests/smoke-init.sh"
|
- "tests/smoke-init.sh"
|
||||||
- ".woodpecker/smoke-init.yml"
|
- ".woodpecker/smoke-init.yml"
|
||||||
- "docker/**"
|
- "docker/**"
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
path:
|
|
||||||
- "bin/disinto"
|
|
||||||
- "lib/load-project.sh"
|
|
||||||
- "tests/smoke-init.sh"
|
|
||||||
- ".woodpecker/smoke-init.yml"
|
|
||||||
- "docker/**"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: smoke-init
|
- name: smoke-init
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue