Skip to content

Commit

Permalink
run build ci on new pr
Browse files Browse the repository at this point in the history
  • Loading branch information
snapdgn committed Jun 13, 2024
1 parent 6c73bf3 commit c4310b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build matrix

on: [push, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

env:
OPAMVERBOSE: 1
Expand Down Expand Up @@ -62,3 +62,4 @@ jobs:
run: |
eval $(opam env)
make check-json
etc/ci_core_tests.sh

0 comments on commit c4310b6

Please sign in to comment.