Skip to content

Commit 998f7a8

Browse files
nightly-dev build
1 parent c112cb3 commit 998f7a8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/release-x-nightly.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@ on:
1919
required: false
2020
default: 'nightly-dev'
2121

22+
workflow_dispatch:
23+
inputs:
24+
branch-to-build:
25+
# do not use branch as name as it will be master in a scheduled run
26+
type: string
27+
description: 'Branch to checkout, build and publish'
28+
required: false
29+
default: 'dev'
30+
tag-to-apply:
31+
type: string
32+
description: 'Tag to apply to the images'
33+
required: false
34+
default: 'nightly-dev'
35+
36+
2237
jobs:
2338
tag:
2439
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)