Skip to content

Document the 1.x / 2.x split and alias dev-main to 2.0.x-dev #96

Document the 1.x / 2.x split and alias dev-main to 2.0.x-dev

Document the 1.x / 2.x split and alias dev-main to 2.0.x-dev #96

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
# disable auto detection of JS tests (remove if any JS tests are added)
js: false