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: workflow_dispatch:
push: push:
branches: [ "main" ] branches: [ "main" ]
paths-ignore: paths:
- '**/README.md' - 'poetry.lock'
- '.github/**' - 'tabby/**'
- 'docs/**'
jobs: jobs:
build: build: