Skip to content

Commit cd15a28

Browse files
authored
Merge pull request #19 from Fryguy/cron_and_manual_build
Allow for daily and manual builds
2 parents 8224477 + 8aef117 commit cd15a28

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)