We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f80fb commit 22a07c6Copy full SHA for 22a07c6
.github/workflows/main.yml
@@ -7,12 +7,15 @@ on:
7
pull_request:
8
branches:
9
- '*'
10
+ schedule:
11
+ - cron: '0 0 * * *'
12
+ workflow_dispatch:
13
14
jobs:
15
build:
16
strategy:
17
matrix:
- jdk: ['17', '21']
18
+ jdk: [ '17', '21' ]
19
runs-on: ubuntu-latest
20
name: "Build (JDK ${{ matrix.jdk }})"
21
steps:
@@ -47,7 +50,7 @@ jobs:
47
50
ea-build:
48
51
49
52
- jdk: ['22', '23']
53
+ jdk: [ '22', '23' ]
54
55
name: "Early Access Build (JDK ${{ matrix.jdk }})"
56
0 commit comments