Fix CI: remove path filters that don't match standalone repo structure
All checks were successful
BotUI CI / build (push) Successful in 2m10s
All checks were successful
BotUI CI / build (push) Successful in 2m10s
- Remove 'paths' filter from push/pull_request triggers - Path filters like 'botui/**' only work in main gb repo - In standalone botui repo, files are at root level (src/, Cargo.toml, etc.) - CI will now run on all pushes to main branch
This commit is contained in:
parent
07da8a4e88
commit
e286d64ce3
1 changed files with 0 additions and 8 deletions
|
|
@ -3,16 +3,8 @@ name: BotUI CI
|
|||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "botui/**"
|
||||
- "botlib/**"
|
||||
- ".forgejo/workflows/botui.yaml"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
- "botui/**"
|
||||
- "botlib/**"
|
||||
- ".forgejo/workflows/botui.yaml"
|
||||
|
||||
env:
|
||||
CARGO_BUILD_JOBS: 6
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue