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: on:
pull_request: pull_request:
push: push:
branches:
- master
jobs: jobs:
build: build:
@ -18,6 +16,7 @@ jobs:
ocaml-compiler: ocaml-compiler:
- 4.08.x - 4.08.x
- 4.13.x - 4.13.x
- 5.0.x
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}