CI: Run workflow on every push (remove path filters)
Some checks failed
BotServer CI / build (push) Failing after 1s

- Remove paths filter to run CI on all commits
- This ensures HTML streaming fixes get deployed automatically
- Previously only triggered on botserver/botui/botlib changes
This commit is contained in:
Rodrigo Rodriguez 2026-04-30 22:31:08 -03:00
parent 49d1ce7d0f
commit 79f94ac9c6

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: