ci(build-release-binaries.yml): run only on tag push`

This commit is contained in:
MedzikUser 2022-06-20 22:22:33 +02:00
parent ebeec9adfa
commit 369dd14cf2
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ name: Build release binaries (and publish them if this is a tag)
on:
push:
paths-ignore:
- '*.md'
tags:
- "*"
workflow_dispatch: