Skip to content

Commit

Permalink
Do Bazel CI builds also for pull requests (#1083)
Browse files Browse the repository at this point in the history
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 <julian.amann@tum.de>
  • Loading branch information
Vertexwahn authored Jul 9, 2021
1 parent 16672d2 commit fb82e4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb82e4a

Please sign in to comment.