build on all branches

This commit is contained in:
Tofik ♡ 2021-06-14 21:11:54 +02:00 committed by GitHub
parent 0fe24c575f
commit 1a07bc6521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -5,10 +5,6 @@ on:
paths-ignore:
- '*.md'
- 'Jenkinsfile'
branches:
- ver/1.16.5
- dev/*
- staging/1.16.5
pull_request:
paths-ignore:
- '*.md'
@ -27,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '15', '16' ]
java: [ '16' ]
fail-fast: false
steps:
- uses: actions/checkout@v2