Trigger build binaries workflow when pushing tags

This commit is contained in:
Frédéric Guillot 2023-11-12 16:43:35 +01:00 committed by GitHub
parent 1bd5d57884
commit e9480ba1da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,9 @@
name: Build Binaries
on:
workflow_dispatch:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
jobs:
build:
name: Build