diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 1f36530c..b22e242e 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -2,9 +2,7 @@ name: Deploy website on: push: - branches: ["dev"] - paths: - - website/** + branches: ["dev", "temp/deploy-website"] permissions: contents: read