From 5f6816b7151ae35af7efeb7c08f15bc3039e6a85 Mon Sep 17 00:00:00 2001 From: tree Date: Sun, 3 Mar 2024 23:53:42 +0100 Subject: [PATCH] run deploy to pages after sync --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 25653cb..736f462 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,6 +4,10 @@ on: branches: - main # Set a branch to deploy pull_request: + workflow_run: + workflows: ["Synchronize data"] + types: + - completed permissions: contents: write