From 70eb967497235cfdd0d6583a7c98e51bf2084e0d Mon Sep 17 00:00:00 2001 From: Matt Green Date: Thu, 14 Nov 2024 13:58:44 -0800 Subject: [PATCH] run docs on push to main --- .github/workflows/python-docs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml index b2ab6a0..765ea53 100644 --- a/.github/workflows/python-docs.yml +++ b/.github/workflows/python-docs.yml @@ -5,10 +5,10 @@ on: branches: ["main"] paths: - "py-denormalized/**" - pull_request: - branches: ["main"] - paths: - - "py-denormalized/**" + # pull_request: + # branches: ["main"] + # paths: + # - "py-denormalized/**" # security: restrict permissions for CI jobs. permissions: