Skip to content

Commit 5335fd1

Browse files
authored
Allow workflow_dispatch for release job (NixOS#20)
1 parent 091293f commit 5335fd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-script.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Generate Installer Script
33
on:
44
schedule:
55
- cron: '10 * * * *'
6+
workflow_dispatch: # Allows manual triggering of the workflow
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)