Fix workflow trigger path: use .forgejo instead of .github
All checks were successful
BotUI CI / build (push) Successful in 3m50s
All checks were successful
BotUI CI / build (push) Successful in 3m50s
This commit is contained in:
parent
e0504f3703
commit
77374ae638
1 changed files with 2 additions and 2 deletions
|
|
@ -6,13 +6,13 @@ on:
|
||||||
paths:
|
paths:
|
||||||
- "botui/**"
|
- "botui/**"
|
||||||
- "botlib/**"
|
- "botlib/**"
|
||||||
- ".github/workflows/botui.yaml"
|
- ".forgejo/workflows/botui.yaml"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
paths:
|
paths:
|
||||||
- "botui/**"
|
- "botui/**"
|
||||||
- "botlib/**"
|
- "botlib/**"
|
||||||
- ".github/workflows/botui.yaml"
|
- ".forgejo/workflows/botui.yaml"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_BUILD_JOBS: 8
|
CARGO_BUILD_JOBS: 8
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue