Constrain release workflow to created event

This commit is contained in:
Otto winter 2021-10-29 12:56:15 +02:00
parent 7a65462464
commit 1d3e589722
No known key found for this signature in database
GPG Key ID: 48ED2DDB96D7682C
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: Release Assets Workflow
on:
release:
type: [created]
jobs:
build-windows: