From a01b914bd850cd085d8760f5ab5bce1dd1e6afe2 Mon Sep 17 00:00:00 2001 From: Bennett Chang <98476720+bcc2761@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:09:08 -0500 Subject: [PATCH] Update upload_conda.yml --- .github/workflows/upload_conda.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload_conda.yml b/.github/workflows/upload_conda.yml index 3795041c..ee94f39b 100644 --- a/.github/workflows/upload_conda.yml +++ b/.github/workflows/upload_conda.yml @@ -1,7 +1,8 @@ name: publish_conda on: - pull_request: - types: [opened, synchronize, reopened, closed] + push: + branches: + - main jobs: build_and_publish: runs-on: ubuntu-latest