From 3eb605075ef8ded644d7d8cb323b9436193aed8f Mon Sep 17 00:00:00 2001 From: TonimatasDEV <79017964+TonimatasDEV@users.noreply.github.com> Date: Thu, 21 May 2026 13:32:26 +0200 Subject: [PATCH 1/2] Update sync-implementation.yml --- .github/workflows/sync-implementation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/sync-implementation.yml b/.github/workflows/sync-implementation.yml index 6a054e5..1d53f91 100644 --- a/.github/workflows/sync-implementation.yml +++ b/.github/workflows/sync-implementation.yml @@ -38,3 +38,8 @@ jobs: git diff --staged --quiet && echo "No changes" && exit 0 git commit -m "chore: update implementation status" git push + + - name: Trigger deployment workflow + uses: peter-evans/repository-dispatch@v3 + with: + event-type: deploy-trigger From 73ac0f10e270915cad356bac1c8762f2622b42a0 Mon Sep 17 00:00:00 2001 From: TonimatasDEV <79017964+TonimatasDEV@users.noreply.github.com> Date: Thu, 21 May 2026 13:32:56 +0200 Subject: [PATCH 2/2] Update deploy.yml --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95686e4..d9a6305 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,6 +3,8 @@ name: Deploy to GitHub Pages on: push: branches: [master] + repository_dispatch: + types: [deploy-trigger] workflow_dispatch: # Allow this job to clone the repo and create a page deployment