GitHub Actions: run if tags are pushed

This commit is contained in:
Karl Tauber
2020-11-21 13:38:21 +01:00
parent 4d5242cd61
commit f8c7ccf064
2 changed files with 53 additions and 44 deletions

View File

@@ -25,8 +25,8 @@ stages:
if: branch = disabled
- name: snapshot
if: branch = disabled AND type IN (push) AND tag IS blank
- name: release
if: type IN (push) AND tag IS present
# - name: release
# if: type IN (push) AND tag IS present
jobs:
include: