Skip to content

Commit

Permalink
CI: run on 5.0; run on every branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Sep 1, 2023
1 parent 1e71d93 commit e56865d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: build
on:
pull_request:
push:
branches:
- master

jobs:
build:
Expand All @@ -18,6 +16,7 @@ jobs:
ocaml-compiler:
- 4.08.x
- 4.13.x
- 5.0.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e56865d

Please sign in to comment.