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:
|
||||
- "botui/**"
|
||||
- "botlib/**"
|
||||
- ".github/workflows/botui.yaml"
|
||||
- ".forgejo/workflows/botui.yaml"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "botui/**"
|
||||
- "botlib/**"
|
||||
- ".github/workflows/botui.yaml"
|
||||
- ".forgejo/workflows/botui.yaml"
|
||||
|
||||
env:
|
||||
CARGO_BUILD_JOBS: 8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue