Skip to content

Commit c76bf51

Browse files
authored
Set correct default branch name (#21)
2 parents b77197b + 3eebc94 commit c76bf51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
name: JavaDocs
2+
13
on:
24
push:
3-
branches: [ $default-branch ]
5+
branches: [ main]
46
workflow_dispatch:
57

68
permissions:

0 commit comments

Comments
 (0)