GitHub Actions: initial commit

This commit is contained in:
Karl Tauber
2020-11-21 00:19:46 +01:00
parent ccd4f99aea
commit 4fe707e519
2 changed files with 25 additions and 1 deletions

View File

@@ -22,8 +22,9 @@ before_install:
stages:
- name: test
if: branch = disabled
- name: snapshot
if: branch = master AND type IN (push) AND tag IS blank
if: branch = disabled AND type IN (push) AND tag IS blank
- name: release
if: type IN (push) AND tag IS present