From d8b032ddd08fb919a5af6dbbbe3f21af0b3e4985 Mon Sep 17 00:00:00 2001 From: hwelch-fle <91618355+hwelch-fle@users.noreply.github.com> Date: Mon, 1 May 2023 14:50:15 -0400 Subject: [PATCH] on dispatch --- .github/workflows/pdoc.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pdoc.yml b/.github/workflows/pdoc.yml index ed68d14..948cd92 100644 --- a/.github/workflows/pdoc.yml +++ b/.github/workflows/pdoc.yml @@ -1,15 +1,16 @@ name: website # build the documentation whenever there are new commits on main -on: - push: - branches: - - main - # Alternative: only build for tags. - # tags: - # - '*' - -# security: restrict permissions for CI jobs. +on: workflow_dispatch +#on: +# push: +# branches: +# - main +# # Alternative: only build for tags. +# # tags: +# # - '*' +# +## security: restrict permissions for CI jobs. permissions: contents: read