Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
feat: add scheduled build nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Mar 19, 2021
1 parent f5423a3 commit 75791d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/BuildFluiddPi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
types: [ opened, edited ]
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

jobs:
raspiosbuild:
Expand Down

0 comments on commit 75791d0

Please sign in to comment.