mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-06 07:31:26 +07:00
Update test.yml
Added release test
This commit is contained in:
parent
4fa09c27e8
commit
c921caad4d
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user