File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : bld-ci
22
3- on : [push, pull_request, workflow_dispatch]
3+ on : [ push, pull_request, workflow_dispatch ]
44
55jobs :
66 build-bld-project :
77 strategy :
88 matrix :
9- java-version : [17, 21, 24]
10- os : [ubuntu-latest, windows-latest, macos-latest]
9+ java-version : [ 17, 21, 24 ]
10+ os : [ ubuntu-latest, windows-latest, macos-latest ]
1111
1212 runs-on : ${{ matrix.os }}
1313
2727 working-directory : example
2828 run : ./bld download
2929
30- - name : Compile and run tests [examples ]
30+ - name : Compile and run tests [example ]
3131 working-directory : example
3232 run : ./bld compile test
3333
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: javadocs-pages
33on :
44 # Runs on pushes targeting the default branch
55 push :
6- branches : ["master" ]
6+ branches : [ "main" ]
77
88 # Allows you to run this workflow manually from the Actions tab
99 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments