CI: Add workflow file to path filter
Some checks failed
BotServer CI / build (push) Failing after 11s
Some checks failed
BotServer CI / build (push) Failing after 11s
This commit is contained in:
parent
b318a1c376
commit
fb06e94ff3
1 changed files with 4 additions and 3 deletions
|
|
@ -3,9 +3,10 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- 'botserver/**'
|
||||
- 'botlib/**'
|
||||
- 'Cargo.lock'
|
||||
- 'botserver/**'
|
||||
- 'botlib/**'
|
||||
- 'Cargo.lock'
|
||||
- '.forgejo/workflows/botserver.yaml'
|
||||
jobs:
|
||||
build:
|
||||
runs-on: gbo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue