From 40615ab9ab2666743d4cd7802fc9d233fbdf3026 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 15 Jan 2026 18:36:17 +0300 Subject: [PATCH] Add support for triggering preview workflows on release events --- .github/workflows/preview.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index d023d0c..803ae41 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -3,6 +3,8 @@ name: Preview Updater on: schedule: - cron: '20 2 * * *' + release: + types: [published] workflow_dispatch: permissions: @@ -11,4 +13,4 @@ permissions: jobs: preview: - uses: TheDragonCode/.github/.github/workflows/preview.yml@main \ No newline at end of file + uses: TheDragonCode/.github/.github/workflows/preview.yml@main