From c5e8103fc31634ed65fc5c00ef6260e733f16069 Mon Sep 17 00:00:00 2001 From: Dimo Pechenikov Date: Tue, 20 May 2025 19:08:37 +0000 Subject: [PATCH] CI:Build --- .github/workflows/ci-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 62348e63a2..56fa6061ad 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -2,8 +2,9 @@ name: Build and Push to Google Artifact Registry on: push: - branches: - - main + branches: [ master ] + pull_request: + branches: [ master ] jobs: build-and-push: