From b7a4d18363a20258ce632293c9ee59c0f15d919d Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Mon, 9 Dec 2024 16:40:27 +0500 Subject: [PATCH] build: test publish workflow on PR --- .github/workflows/push-commerce-coordinator-image.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-commerce-coordinator-image.yaml b/.github/workflows/push-commerce-coordinator-image.yaml index db561ac..57b821f 100644 --- a/.github/workflows/push-commerce-coordinator-image.yaml +++ b/.github/workflows/push-commerce-coordinator-image.yaml @@ -8,6 +8,8 @@ on: schedule: - cron: "0 4 * * 1-5" # UTC Time + + pull_request: jobs: build-and-push-image: