mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +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:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "site/**"
|
||||
- ".github/**"
|
||||
- "VERSION"
|
||||
- "reference.yaml"
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue