From 34c8215bd0b948d36ec63bbcb3dd3ec80ae8475d Mon Sep 17 00:00:00 2001 From: AnimeDL Date: Thu, 21 Mar 2024 11:34:16 -0700 Subject: [PATCH] Remove PRs from auto-documentation workflow --- .github/workflows/auto-documentation.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/auto-documentation.yml b/.github/workflows/auto-documentation.yml index d969840..40728c7 100644 --- a/.github/workflows/auto-documentation.yml +++ b/.github/workflows/auto-documentation.yml @@ -3,8 +3,6 @@ name: auto-documentation on: push: branches: [ master ] - pull_request: - branches: [ master ] jobs: documentation: