CI: Add workflow file to path filter
Some checks failed
BotServer CI / build (push) Failing after 11s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-19 07:34:12 -03:00
parent b318a1c376
commit fb06e94ff3

View file

@ -3,9 +3,10 @@ on:
push:
branches: [main]
paths:
- 'botserver/**'
- 'botlib/**'
- 'Cargo.lock'
- 'botserver/**'
- 'botlib/**'
- 'Cargo.lock'
- '.forgejo/workflows/botserver.yaml'
jobs:
build:
runs-on: gbo