Compare commits

..

2 commits

Author SHA1 Message Date
808bc48ab9
Run the build workflow when itself has changed
All checks were successful
Build / build (push) Successful in 23s
2025-02-28 22:15:00 +01:00
6ebdd6aa31
Leave aside compiling for different Java versions for now 2025-02-28 22:15:00 +01:00

View file

@ -15,10 +15,6 @@ jobs:
build:
runs-on: antville
strategy:
matrix:
java: [11, 17, 21]
steps:
- uses: actions/checkout@v4