From cb2eb7cad674bca52fafa26426c828c520361e6a Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 29 Mar 2023 21:43:21 +0200 Subject: [PATCH] Build snapshot release for demo branches (#292) ## Changes Idea: we use `demo-*` branches for demo-able builds that are not yet ready to be merged. ## Tests n/a --- .github/workflows/release-snapshot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index a9691852..a9a1a323 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -3,7 +3,8 @@ name: release-snapshot on: push: branches: - - main + - "main" + - "demo-*" workflow_dispatch: