update test.yml, please action work...
This commit is contained in:
parent
bd89b4cd72
commit
265cb9b891
@ -4,12 +4,17 @@
|
|||||||
# against bad commits.
|
# against bad commits.
|
||||||
|
|
||||||
name: build
|
name: build
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master, dev ]
|
||||||
|
pull_request_target:
|
||||||
|
branches: [ master, dev ]
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:-
|
||||||
java: [ '17' ]
|
java: [ '17' ]
|
||||||
# and run on both Linux and Windows
|
# and run on both Linux and Windows
|
||||||
os: [ubuntu-latest, windows-2022]
|
os: [ubuntu-latest, windows-2022]
|
||||||
|
Loading…
Reference in New Issue
Block a user