Merge pull request #782 from pulsar-edit/CI-build-binaries-for-tag-pushes

CI: Build binaries for tag pushes (GitHub Actions)
This commit is contained in:
DeeDeeG 2023-11-07 11:32:16 -05:00 committed by GitHub
commit 30dc9d2e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- 'master'
tags:
- '**'
pull_request:
workflow_dispatch: