chore: only trigger docker build if tabby/ changes

add-more-languages
Meng Zhang 2023-04-09 20:26:36 +08:00
parent 7c4ee1b6ca
commit d5f5bed4b9
1 changed files with 3 additions and 4 deletions

View File

@ -4,10 +4,9 @@ on:
workflow_dispatch:
push:
branches: [ "main" ]
paths-ignore:
- '**/README.md'
- '.github/**'
- 'docs/**'
paths:
- 'poetry.lock'
- 'tabby/**'
jobs:
build: