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
|
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