From 1f60587b0cbb15cc9c4d3a506f89bbf8318bee73 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 8 Nov 2024 21:48:42 -0800 Subject: [PATCH] run site deploy only when site changes --- .github/workflows/site.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index b2ce348..9337d87 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -4,6 +4,11 @@ on: push: branches: - main + paths: + - "site/**" + - ".github/**" + - "VERSION" + - "reference.yaml" jobs: deploy: runs-on: ubuntu-latest