seperate test and release

This commit is contained in:
Florian Forster 2019-11-15 14:18:46 +01:00
parent 97f8ac76c4
commit a91607b4e1
No known key found for this signature in database
GPG key ID: B03784B4B09FB794
2 changed files with 24 additions and 1 deletions

View file

@ -1,5 +1,8 @@
name: Release
on: push
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-18.04