Skip to content

Separate workflows for the 5.2 branch #69

Separate workflows for the 5.2 branch

Separate workflows for the 5.2 branch #69

name: Bytecode 5.2
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/common.yml
with:
compiler: 'ocaml-variants.5.2.0+trunk,ocaml-option-bytecode-only'
compiler_git_ref: refs/heads/5.2
timeout: 240