Skip to content

Commit 8aef117

Browse files
committed
Allow for daily and manual builds
Daily builds allows the downloads page to be updated with the latest builds.
1 parent 8224477 commit 8aef117

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build
22
on:
33
repository_dispatch:
44
types: [deploy]
5+
schedule:
6+
- cron: '0 3 * * *'
7+
workflow_dispatch:
58
jobs:
69
deploy:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)