diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f6747b1..63afa23 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -6,7 +6,8 @@ on: push: branches: ["main"] paths: - - "./site/**/*" + - ".github/workflows/website.yml" + - "site/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: