Skip to content

v3: Silverstripe 6 support. Remove Enterprise Search dependency #183

v3: Silverstripe 6 support. Remove Enterprise Search dependency

v3: Silverstripe 6 support. Remove Enterprise Search dependency #183

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "main"
- "1"
- "2"
- "release/**"
- "feature/**"
push:
branches:
- "main"
- "1"
- "2"
workflow_dispatch:
jobs:
ci:
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v2
with:
# disable auto detection of JS tests (remove if any JS tests are added)
js: false