Skip to content

Commit 5628b34

Browse files
Add workflow_dispatch trigger to nightly release
1 parent 15012ab commit 5628b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Nightly Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main
@@ -22,4 +23,4 @@ jobs:
2223
with:
2324
tag: ${{ needs.set_tag.outputs.tag_name }}
2425
rchannels: "nightly"
25-
secrets: inherit
26+
secrets: inherit

0 commit comments

Comments
 (0)