ci: add path filters to botserver workflow for auto-trigger
All checks were successful
Botlib CI / build (push) Successful in 21s
BotServer CI / build (push) Successful in 7m21s
Bottest CI / build (push) Successful in 34s
BotUI CI / build (push) Successful in 15s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-25 15:09:38 +00:00
parent 8a7792a984
commit f7a7b111ff

View file

@ -2,6 +2,12 @@ name: BotServer CI
on:
push:
branches: [main]
paths:
- "botserver/**"
- "botlib/**"
- ".forgejo/workflows/botserver.yaml"
- "Cargo.toml"
- "Cargo.lock"
jobs:
build:
runs-on: gbo