mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
CI: run on 5.0; run on every branch push
This commit is contained in:
parent
063c046933
commit
c915730833
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -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 }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue