Fix workflow syntax

This commit is contained in:
Lukas Rieger (Blue) 2024-04-03 22:46:53 +02:00
parent baeef5994e
commit 9d37bdeb15
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
name: Publish
on:
- workflow_dispatch
- release:
types: [published]
workflow_dispatch:
release:
types: [published]
jobs:
build: