Trigger build binaries workflow when pushing tags
This commit is contained in:
parent
1bd5d57884
commit
e9480ba1da
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_binaries.yml
vendored
3
.github/workflows/build_binaries.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Build Binaries
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
|
|
Loading…
Reference in a new issue