From ec217b8bc04526ba9525baac34ccbd1ca49912b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Krzemin=CC=81ski?= Date: Thu, 3 Oct 2024 15:24:48 +0200 Subject: [PATCH] Run the workflow without the need of a release --- .github/workflows/deploy-to-stream-dist.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index a82064769..754873164 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -1,10 +1,10 @@ name: Deploy to xwp/stream-dist Repository on: - release: - types: - - released - - prereleased + push: + branches: + - master + - develop jobs: lint_and_test: