Skip to content

Commit

Permalink
Enable manually starting workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Jun 1, 2024
1 parent 0412d36 commit 3d4e12d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Main workflow

on:
- pull_request
- push
- workflow_dispatch


jobs:
build:
Expand All @@ -13,11 +14,11 @@ jobs:
- ubuntu-latest
ocaml-compiler:
- 4.08.x
- 5.0.x
- 5
include:
- ocaml-compiler: 4.08.x
packages: 'ppx_protocol_conv.opam ppx_protocol_conv_json.opam ppx_protocol_conv_msgpack.opam ppx_protocol_conv_xmlm.opam ppx_protocol_conv_yaml.opam ppx_protocol_conv_xml_light.opam'
- ocaml-compiler: 5.0.x
- ocaml-compiler: 5
packages: 'ppx_protocol_conv.opam ppx_protocol_conv_json.opam ppx_protocol_conv_msgpack.opam ppx_protocol_conv_xmlm.opam ppx_protocol_conv_yaml.opam'
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 3d4e12d

Please sign in to comment.