diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9a0f767..7244f92 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -1,9 +1,8 @@ name: Deploy to GitHub Pages on: - release: - types: - - "published" + push: + branches: [ main ] permissions: contents: read