finalize release condition

This commit is contained in:
Martin Marmsoler 2022-04-22 11:38:08 +02:00
parent 1bae1a306c
commit 36324fdcd7

View File

@ -7,7 +7,7 @@ on:
workflow_dispatch:
env:
IS_RELEASE: ${{ github.event_name == 'pull_request' }} # && github.ref_type == 'tag' && github.refname == 'gittyup_*' }}
IS_RELEASE: ${{ github.event_name == 'push' }} && github.ref_type == 'tag' && github.refname == 'gittyup_v*' }}
jobs: