Skip to content

Commit

Permalink
Create nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapona committed Aug 13, 2021
1 parent dc215ca commit 979527f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches:
- "**"
schedule:
# Run daily at midnight
- cron: '0 0 * * *'

workflow_dispatch:
# Not required as defaults are handled later on (to support push events)
inputs:
Expand Down

0 comments on commit 979527f

Please sign in to comment.