Skip to content

Commit

Permalink
Do not perform CI Bazel builds on old OpenEXR versions
Browse files Browse the repository at this point in the history
Signed-off-by: Vertexwahn <julian.amann@tum.de>
  • Loading branch information
Vertexwahn committed Jun 25, 2021
1 parent 62d815e commit f86ad13
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/bazel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@
name: Bazel

on:
push: {}
push:
# Versioned branches and tags are ignored for OpenEXR <= 1.x.x
branches-ignore:
- RB-2.*
tags-ignore:
- v1.*
- v2.*
# Jobs are skipped when ONLY Markdown (*.md) files are changed
paths-ignore:
- '**.md'

jobs:
build:
Expand Down

0 comments on commit f86ad13

Please sign in to comment.