CI: run on 5.0; run on every branch push

This commit is contained in:
Simon Cruanes 2023-08-31 23:31:52 -04:00
parent 063c046933
commit c915730833

View file

@ -3,8 +3,6 @@ name: build
on:
pull_request:
push:
branches:
- master
jobs:
build:
@ -18,6 +16,7 @@ jobs:
ocaml-compiler:
- 4.08.x
- 4.13.x
- 5.0.x
runs-on: ${{ matrix.os }}