Fixed workflow branch name

This commit is contained in:
Erik C. Thauvin 2023-10-30 13:34:31 -07:00
parent d441051bb7
commit e51fa942af

View file

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