From 54fd0900c0ed636343b08f60cd2e0db073033ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Tue, 21 Apr 2026 12:00:12 +0200 Subject: [PATCH] Update sync-docs.yml to change repository_dispatch event mode from 'push' to 'release-all' --- .github/workflows/sync-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 31c25d77..f7a65735 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -27,7 +27,7 @@ jobs: commit-url: https://github.com/gofiber/storage event-mode: >- ${{ github.event_name == 'workflow_dispatch' && inputs.mode - || github.event_name == 'repository_dispatch' && 'push' + || github.event_name == 'repository_dispatch' && 'release-all' || github.event_name }} tag-name: ${{ github.ref_name }} secrets: