tag filtering and jdk version for actions

This commit is contained in:
Jonathan Shook 2020-03-25 14:38:48 -05:00
parent 2d9adf297f
commit 34eb840afe
2 changed files with 2 additions and 5 deletions

View File

@ -2,9 +2,6 @@ name: build
on:
push:
branches:
- master
- testbranch
tags:
- '!invoke-release'
@ -17,7 +14,7 @@ jobs:
- uses: actions/setup-java@v1
name: setup java
with:
java-version: '12'
java-version: '14'
java-package: jdk
architecture: x64

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '13'
java-version: '14'
java-package: jdk
architecture: x64