Skip to content

Commit 0a5c339

Browse files
committed
ci: nightly builds workflow was made able to be started manually
1 parent fa3f43d commit 0a5c339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66
pull_request:
77
paths-ignore:
88
- 'documentation/**'
9-
9+
workflow_dispatch:
10+
1011
permissions:
1112
contents: write
1213

0 commit comments

Comments
 (0)