Skip to content

Terrain and Resource system docs #90

Terrain and Resource system docs

Terrain and Resource system docs #90

Workflow file for this run

# See:
# https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks
# This is for making the checks always exist, even if the path filter doesn't match.
name: bazel-ci
on:
pull_request:
paths-ignore:
- "src/**"
- "voxeloo/**"
- ".bazelrc"
- "*.bazel"
- ".github/workflows/bazel-ci.yml"
jobs:
bazel-ci:
runs-on: ubuntu-latest
steps:
- run: 'echo "No Bazel CI required"'