diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index da51f80..25f6115 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,6 +3,11 @@ name: Deploy to GitHub Pages on: push: branches: ["main"] + paths: + - bin/** + - ".well-known/**" + - .github/workflows/gh-pages.yml + - "*.html" workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages