From 0c290f18c3308d50d26cbe5152ed36137339d662 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 5 Jun 2023 18:50:45 -0700 Subject: [PATCH] Update gh-pages.yml (#202) --- .github/workflows/gh-pages.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2b18888..281e5df 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,7 +4,10 @@ on: # Runs on pushes targeting the default branch push: branches: [main] - + paths: + - '.github/workflows/gh-pages.yml' + - 'website/**' + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: