From 77491f456d8c04745819fd8e2dbc4d384e891357 Mon Sep 17 00:00:00 2001 From: Max Jones <14077947+maxrjones@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:56:59 -0400 Subject: [PATCH] Don't run on PRs --- .github/workflows/pypi-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-release.yaml b/.github/workflows/pypi-release.yaml index 2915c4d..69bc3ff 100644 --- a/.github/workflows/pypi-release.yaml +++ b/.github/workflows/pypi-release.yaml @@ -4,9 +4,9 @@ on: types: - published # Runs for pull requests should be disabled other than for testing purposes - pull_request: - branches: - - main + # pull_request: + # branches: + # - main permissions: contents: read