From a84403fc289e19c34572d06f2122659fed3e291a Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Wed, 1 May 2024 11:06:31 -0500 Subject: [PATCH] ci: update paths for action --- .github/workflows/astro.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/astro.yml b/.github/workflows/astro.yml index f5814e36..088b953f 100644 --- a/.github/workflows/astro.yml +++ b/.github/workflows/astro.yml @@ -5,6 +5,7 @@ on: branches: [main] paths: - 'docs/**' + - '.github/workflows/astro.yml' jobs: build-docs: