diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 94ae695..60b3294 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main","dev"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: