CI: Keep paths filter but accept all files with **
Some checks failed
BotServer CI / build (push) Failing after 1s
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:
parent
9f64f40b06
commit
83d318de4d
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ name: BotServer CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- "**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue