Update test.yml

Added release test
This commit is contained in:
Yair Morgenstern 2021-01-19 21:51:41 +02:00 committed by GitHub
parent 4fa09c27e8
commit c921caad4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
release:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -35,3 +36,8 @@ jobs:
- name: test
run: ./gradlew tests:test
- name: zip
if: github.event_name == 'release'
run: echo this is a release!