From 9a55116a5f430a4909d1358f4af3893b4d296fe6 Mon Sep 17 00:00:00 2001 From: Zooka <136661366+ZookaOnGit@users.noreply.github.com> Date: Thu, 27 Jun 2024 11:42:02 +0400 Subject: [PATCH] Update deploy-github-io.yml --- .github/workflows/deploy-github-io.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-github-io.yml b/.github/workflows/deploy-github-io.yml index 3ebd022..8e477e1 100644 --- a/.github/workflows/deploy-github-io.yml +++ b/.github/workflows/deploy-github-io.yml @@ -3,8 +3,9 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch - push: - branches: ["main"] + workflow_run: + workflows: ['Create json index'] + types: [completed] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: