CI: Keep paths filter but accept all files with **
Some checks failed
BotServer CI / build (push) Failing after 1s

- Generic pattern matches everything
- CI runs on every push to main
- Explicit that all files trigger build
This commit is contained in:
Rodrigo Rodriguez 2026-04-30 22:43:44 -03:00
parent 9f64f40b06
commit 83d318de4d

View file

@ -3,6 +3,8 @@ name: BotServer CI
on: on:
push: push:
branches: [main] branches: [main]
paths:
- "**"
jobs: jobs:
build: build: