From fb82e4aa3cff0a111a4b91366e9f70e65897deb6 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Fri, 9 Jul 2021 03:32:04 +0200 Subject: [PATCH] Do Bazel CI builds also for pull requests (#1083) Currently, Bazel CI Builds run only after a merge. Therefore, during the PR is open no Bazel build errors are shown - only when the PR is merged (when its to late) Signed-off-by: Vertexwahn --- .github/workflows/bazel_build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/bazel_build.yml b/.github/workflows/bazel_build.yml index e031c1ce02..0556c38e68 100644 --- a/.github/workflows/bazel_build.yml +++ b/.github/workflows/bazel_build.yml @@ -17,6 +17,14 @@ on: # Jobs are skipped when ONLY Markdown (*.md) files are changed paths-ignore: - '**.md' + pull_request: + branches-ignore: + - RB-2.* + tags-ignore: + - v1.* + - v2.* + paths-ignore: + - '**.md' jobs: build: