From fbaf52adac4ec90b1ac4229cb1af400d23c5c946 Mon Sep 17 00:00:00 2001 From: Howard Baek <50791792+howardbaek@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:34:40 -0700 Subject: [PATCH] Detect any changes to `.qmd` --- .github/workflows/render-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index 4e87edf..c00ff1c 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -5,7 +5,7 @@ on: push: branches: [ main, staging ] paths: - - '**md$' + - '*.qmd' - '!docs/*' jobs: