From 8400476e39f5a351cb08293627f18d8e76c081f9 Mon Sep 17 00:00:00 2001 From: Aaron Steers Date: Fri, 16 Feb 2024 10:05:05 -0800 Subject: [PATCH] test on all pushes --- .github/workflows/pydoc_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pydoc_publish.yml b/.github/workflows/pydoc_publish.yml index f0537ff8..ffafeecf 100644 --- a/.github/workflows/pydoc_publish.yml +++ b/.github/workflows/pydoc_publish.yml @@ -2,8 +2,8 @@ name: Publish Documentation Site on: push: - branches: - - main + # branches: + # # - main # TODO: uncomment # Allows you to run this workflow manually from the Actions tab workflow_dispatch: