From 05031b2b5ab379522d62501cd50440e1d3f8cf11 Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Sat, 19 Feb 2022 04:59:45 +0000 Subject: [PATCH] fixed GHA release workflow hook --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a797e3..375c9a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,13 +1,12 @@ name: Release on: push: - branches: - - master tags: - "*" jobs: setup: + if: github.event.base_ref == "refs/heads/master" name: Setup runs-on: ubuntu-latest outputs: