fixed GHA release workflow hook

This commit is contained in:
k4yt3x 2022-02-19 04:59:45 +00:00
parent 2510c8fa28
commit 05031b2b5a

View File

@ -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: