Skip to content

Separate workflows for the 5.2 branch #1

Separate workflows for the 5.2 branch

Separate workflows for the 5.2 branch #1

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