1
0
Fork 0
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:
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 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