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