From 8ecb717223ba39a5612db68c8866c05bf02b672e Mon Sep 17 00:00:00 2001 From: Evan Sangaline Date: Wed, 6 Mar 2024 15:51:24 -0700 Subject: [PATCH] Stop running the deploy workflow on PRs. --- .github/workflows/deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 75a151d..71cc223 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -5,9 +5,6 @@ on: push: branches: ["main"] - # DELETE ME - pull_request: - # Allows you to run this workflow manually from the Actions tab. workflow_dispatch: