Fix workflow trigger path: use .forgejo instead of .github
All checks were successful
BotUI CI / build (push) Successful in 3m50s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 09:20:40 -03:00
parent e0504f3703
commit 77374ae638

View file

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