Skip to content

Commit

Permalink
Merge pull request #19 from Fryguy/cron_and_manual_build
Browse files Browse the repository at this point in the history
Allow for daily and manual builds
  • Loading branch information
bdunne authored Jan 9, 2023
2 parents 8224477 + 8aef117 commit cd15a28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build
on:
repository_dispatch:
types: [deploy]
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cd15a28

Please sign in to comment.