Skip to content

Commit

Permalink
Workflow on main
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed May 11, 2024
1 parent 6c85356 commit 298c0b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build

on:
pull_request:
push:
branches:
- main

jobs:
build:
Expand All @@ -21,7 +22,7 @@ jobs:
sudo apt-get update
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
Expand Down

0 comments on commit 298c0b5

Please sign in to comment.