ci: add path filters to botserver workflow for auto-trigger
This commit is contained in:
parent
8a7792a984
commit
f7a7b111ff
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,12 @@ name: BotServer CI
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "botserver/**"
|
||||
- "botlib/**"
|
||||
- ".forgejo/workflows/botserver.yaml"
|
||||
- "Cargo.toml"
|
||||
- "Cargo.lock"
|
||||
jobs:
|
||||
build:
|
||||
runs-on: gbo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue