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: