From e2550414fef3c336770345c5ddf88397307eff6f Mon Sep 17 00:00:00 2001 From: Kai Ma Date: Wed, 24 Jul 2024 13:34:06 -0400 Subject: [PATCH] test --- .github/workflows/build-and-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 19ba6ad..5309087 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -3,6 +3,8 @@ name: Build the main branch and publish it to artifactory on: push: branches: [ main ] + pull_request: + branches: [ main ] jobs: build: