CI: Remove path filters - run on every push
Some checks failed
BotServer CI / build (push) Failing after 1s
Some checks failed
BotServer CI / build (push) Failing after 1s
- Generic workflow triggers on all commits to main - No path restrictions - builds and deploys automatically - Ensures HTML streaming fixes always deployed
This commit is contained in:
parent
04f7b55065
commit
9f64f40b06
1 changed files with 2 additions and 9 deletions
|
|
@ -1,15 +1,8 @@
|
|||
name: BotServer CI
|
||||
|
||||
on:
|
||||
push:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "botserver/**"
|
||||
- "botui/**"
|
||||
- "botlib/**"
|
||||
- ".forgejo/workflows/botserver.yaml"
|
||||
- "Cargo.toml"
|
||||
- "Cargo.lock"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue