diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 72a9f20c..8bc37e2f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,11 +2,9 @@ name: Deploy static content to Pages on: - workflow_run: - workflows: ["tests"] - branches: [main] - types: - - completed + push: + branches: + - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: