mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-05-02 20:32:41 +02:00
run site deploy only when site changes
This commit is contained in:
parent
aae35ce106
commit
1f60587b0c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/site.yaml
vendored
5
.github/workflows/site.yaml
vendored
|
|
@ -4,6 +4,11 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- "site/**"
|
||||||
|
- ".github/**"
|
||||||
|
- "VERSION"
|
||||||
|
- "reference.yaml"
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue