From f799aba74e9e327b755dd6a0a28a73f5b0103e16 Mon Sep 17 00:00:00 2001 From: Jordan Matelsky Date: Fri, 22 Mar 2024 10:50:46 -0400 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: