CI: Run workflow on every push (remove path filters)
Some checks failed
BotServer CI / build (push) Failing after 1s
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:
parent
49d1ce7d0f
commit
79f94ac9c6
1 changed files with 2 additions and 9 deletions
|
|
@ -3,13 +3,6 @@ name: BotServer CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
|
||||||
- "botserver/**"
|
|
||||||
- "botui/**"
|
|
||||||
- "botlib/**"
|
|
||||||
- ".forgejo/workflows/botserver.yaml"
|
|
||||||
- "Cargo.toml"
|
|
||||||
- "Cargo.lock"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue