Fix CI: remove path filters that don't match standalone repo structure
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:
Rodrigo Rodriguez (Pragmatismo) 2026-02-06 11:51:21 -03:00
parent 07da8a4e88
commit e286d64ce3

View file

@ -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