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: