Skip to content

Commit

Permalink
Update CI, permit manual trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Lindig <lindig@gmail.com>
  • Loading branch information
lindig committed Jun 12, 2024
1 parent 72ffe6e commit 95806e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CI
on:
push:
workflow_dispatch:

jobs:
build:
Expand All @@ -11,7 +12,8 @@ jobs:
operating-system:
- ubuntu-latest
ocaml-compiler:
- 4.11.2
- 4.12.0
- 4.14.0
steps:
- name: Checkout code
uses: actions/checkout@master
Expand Down

0 comments on commit 95806e7

Please sign in to comment.