chore: only trigger docker build if tabby/ changes
parent
7c4ee1b6ca
commit
d5f5bed4b9
|
|
@ -4,10 +4,9 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '.github/**'
|
||||
- 'docs/**'
|
||||
paths:
|
||||
- 'poetry.lock'
|
||||
- 'tabby/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue