Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfmatos authored Dec 4, 2020
1 parent 42a203f commit aa93d4f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/opm-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ name: OPM Maker
on:
push:
paths:
- "Custom/*.sopm"
- "Custom/*.sopm"
- ".github/workflows/*.yml"
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'

jobs:

Expand Down

0 comments on commit aa93d4f

Please sign in to comment.