Minor cleanups

This commit is contained in:
Erik C. Thauvin 2024-12-19 08:22:18 -08:00
parent 4eed926a06
commit c77118a6eb
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
name: bld-ci
on: [push, pull_request, workflow_dispatch]
on: [ push, pull_request, workflow_dispatch ]
jobs:
build-bld-project:
@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
java-version: [17, 21, 23]
java-version: [ 17, 21, 23 ]
steps:
- name: Checkout source repository

View file

@ -3,7 +3,7 @@ name: javadocs-pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: