From ad60014c3f43aeff4c8456c8cfce1f2860ee0482 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 4 Feb 2024 16:46:56 +0000 Subject: [PATCH] comment out pull_request trigger --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 52cf28d..198736f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,9 +2,9 @@ name: Build and upload to PyPI on: # uncomment pr trigger when testing - pull_request: - branches: - - "main" + # pull_request: + # branches: + # - "main" push: tags: - "*"