update test.yml, please action work...

This commit is contained in:
Quentin Legot 2023-03-21 08:57:52 +01:00
parent bd89b4cd72
commit 265cb9b891

View File

@ -4,12 +4,17 @@
# against bad commits.
name: build
on: [push, pull_request]
on:
push:
branches: [ master, dev ]
pull_request_target:
branches: [ master, dev ]
jobs:
build:
strategy:
matrix:
matrix:-
java: [ '17' ]
# and run on both Linux and Windows
os: [ubuntu-latest, windows-2022]