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 9a17ed0 commit c4379c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Main workflow

on:
- pull_request
- push
- workflow_dispatch

jobs:
build:
Expand All @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-latest
ocaml-compiler:
- 5.0.0
- 5
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit c4379c0

Please sign in to comment.