From 369dd14cf257851974bd065fd0a37905c4bbeabf Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Mon, 20 Jun 2022 22:22:33 +0200 Subject: [PATCH] ci(build-release-binaries.yml): run only on tag push` --- .github/workflows/build-release-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index d849868..29ec482 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -2,8 +2,8 @@ name: Build release binaries (and publish them if this is a tag) on: push: - paths-ignore: - - '*.md' + tags: + - "*" workflow_dispatch: