diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 5b3a902..42ce1ed 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -2,6 +2,9 @@ name: Deploy Website on: workflow_dispatch: + push: + branches: + - gh-pages permissions: contents: read @@ -35,4 +38,4 @@ jobs: path: './dist' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4