Skip to content

Commit 5d99119

Browse files
authored
Merge pull request #133 from openalea/ci
updated CI
2 parents c56defb + 86880cd commit 5d99119

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ on:
1515
release:
1616
types:
1717
- published
18+
workflow_dispatch:
19+
inputs:
20+
check_before_tag:
21+
description: "Run OpenAlea CI pre-tag build"
22+
required: false
23+
default: "true"
24+
type: boolean
25+
26+
run-name: >
27+
${{ github.event_name == 'workflow_dispatch' && 'OpenAlea CI pre-tag build' || 'OpenAlea CI' }}
1828
1929
jobs:
2030
build:

0 commit comments

Comments
 (0)