Fix: Remove path filters from CI workflow to ensure it triggers on all pushes

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-02-05 17:59:49 -03:00
parent 8831c56c90
commit d48791290a

View file

@ -3,16 +3,8 @@ name: BotServer CI
on: on:
push: push:
branches: ["main"] branches: ["main"]
paths:
- "botserver/**"
- "botlib/**"
- ".forgejo/workflows/**"
pull_request: pull_request:
branches: ["main"] branches: ["main"]
paths:
- "botserver/**"
- "botlib/**"
- ".forgejo/workflows/**"
env: env:
CARGO_BUILD_JOBS: 4 CARGO_BUILD_JOBS: 4