mirror of
https://github.com/ethauvin/rife2.git
synced 2025-04-30 02:28:13 -07:00
Workflow tweaks
This commit is contained in:
parent
70f5d377f1
commit
8896da7565
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: gradle-ci
|
||||
name: bld-ci
|
||||
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
|
@ -58,7 +58,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
java-version: [ 17, 19, 20 ]
|
||||
java-version: [ 17, 19 ]
|
||||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue