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
This commit is contained in:
Pieter Noordhuis 2023-03-29 21:43:21 +02:00 committed by GitHub
parent 0ea0e81c8a
commit cb2eb7cad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ name: release-snapshot
on:
push:
branches:
- main
- "main"
- "demo-*"
workflow_dispatch: