run site deploy only when site changes

This commit is contained in:
Alex Garcia 2024-11-08 21:48:42 -08:00
parent aae35ce106
commit 1f60587b0c

View file

@ -4,6 +4,11 @@ on:
push:
branches:
- main
paths:
- "site/**"
- ".github/**"
- "VERSION"
- "reference.yaml"
jobs:
deploy:
runs-on: ubuntu-latest