diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 34c9205..ea5d83c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -2,9 +2,11 @@ name: Deploy static content to Pages on: - # Runs on pushes targeting the default branch - push: - branches: ["main"] + workflow_run: + workflows: ["Build Website"] + branches: [main] + types: + - completed # Allows you to run this workflow manually from the Actions tab workflow_dispatch: