mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
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
|
name: Build Binaries
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '[0-9]+.[0-9]+.[0-9]+'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue