CI: Remove path filters - run on every push
Some checks failed
BotServer CI / build (push) Failing after 1s

- Generic workflow triggers on all commits to main
- No path restrictions - builds and deploys automatically
- Ensures HTML streaming fixes always deployed
This commit is contained in:
Rodrigo Rodriguez 2026-04-30 22:42:48 -03:00
parent 04f7b55065
commit 9f64f40b06

View file

@ -1,15 +1,8 @@
name: BotServer CI
on:
push:
branches: [main]
paths:
- "botserver/**"
- "botui/**"
- "botlib/**"
- ".forgejo/workflows/botserver.yaml"
- "Cargo.toml"
- "Cargo.lock"
push:
branches: [main]
jobs:
build: