From 0af360b3f45b6c05b8f04d4a5fa001621cb6ee35 Mon Sep 17 00:00:00 2001 From: gx1 <18548727+giper45@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:06:22 +0200 Subject: [PATCH] build: change workflow run after build --- .github/workflows/publish.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5dde6d7..61217e5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,8 +3,11 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch - push: - branches: ["main"] + workflow_run: + workflows: ["build.yml"] + types: + - completed + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: