Skip to content

Commit 642240c

Browse files
bactgoneall
authored andcommitted
Fix branch name
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 25b9eb4 commit 642240c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# SPDX-FileCopyrightText: 2025 SPDX contributors
2+
# SPDX-FileType: SOURCE
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: Generate and publish API JavaDocs
26
on:
37
push:
4-
branches:
5-
- main
8+
branches: [ master ]
69
workflow_dispatch:
710

811
jobs:
@@ -16,7 +19,7 @@ jobs:
1619
- uses: actions/setup-java@v4
1720
with:
1821
distribution: 'temurin'
19-
java-version: 11
22+
java-version: 21
2023
- name: Cache Maven packages
2124
uses: actions/cache@v4
2225
with:

0 commit comments

Comments
 (0)