Run release workflow on release publish (#3674)

This commit is contained in:
arl 2024-03-15 06:12:02 -04:00 committed by GitHub
parent 23ec13718f
commit 98052890a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
name: Build Release Binaries
on:
release:
types: [created]
types: [published]
jobs:
build-release: