Fixed pages workflow

This commit is contained in:
Erik C. Thauvin 2023-11-27 10:39:31 -08:00
parent db12be1c4c
commit e4412eb1d6
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -72,4 +72,4 @@ public void startServer() throws Exception {
} }
``` ```
Please check the [ExecOperation documentation](https://rife2.github.io/bld-pmd/rife/bld/extension/PmdOperation.html#method-summary) for all available configuration options. Please check the [ExecOperation documentation](https://rife2.github.io/bld-exec/rife/bld/extension/ExecOperation.html#method-summary) for all available configuration options.