From fd02928b38c7cd52498357c3b2d5f687130617e5 Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:18:53 -0500 Subject: [PATCH] =?UTF-8?q?workflows:=20don=E2=80=99t=20trigger=20deploy-d?= =?UTF-8?q?ocs.yaml=20on=20pull=20requests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index e39e2a4..e515bb4 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -4,8 +4,6 @@ name: Deploy documentation on: push: branches: ["main"] - pull_request: - branches: ["main"] permissions: contents: write