Skip to content

Commit 3393cf7

Browse files
committed
add test trigger to workflow
1 parent edcdb15 commit 3393cf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: "21 3 * * *"
66
workflow_dispatch:
7+
push:
8+
branches:
9+
- zhaez/nightly-build
710

811
permissions:
912
contents: write

0 commit comments

Comments
 (0)