chore: only trigger docker build if tabby/ changes
parent
7c4ee1b6ca
commit
d5f5bed4b9
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue