From 379f3a3ade542f9641d18ad26e4f81c7ce245726 Mon Sep 17 00:00:00 2001 From: Bartosz Gadomski Date: Thu, 2 Apr 2026 11:14:03 +0200 Subject: [PATCH] add missing workflow trigger --- .github/workflows/deploy-to-stream-dist.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index 3ee0b1abe..71796c50c 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -5,6 +5,8 @@ on: branches: - master - develop + release: + types: [published] jobs: lint_and_test: