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
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue