diff --git a/.github/workflows/render-all.yml b/.github/workflows/render-all.yml index b2e39b2c..e542467c 100644 --- a/.github/workflows/render-all.yml +++ b/.github/workflows/render-all.yml @@ -8,7 +8,8 @@ on: push: branches: [ main, staging ] paths: - - '**md$' + - '*.qmd' + - '*.Rmd' - assets/* - quizzes/*