Skip to content

Commit

Permalink
Reenable build upload scheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Feb 7, 2021
1 parent f0bfd44 commit 39c4fcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Upload Build

on:
workflow_dispatch:
schedule:
- cron: "0 6 * * *"

jobs:
upload-build:
Expand Down

0 comments on commit 39c4fcb

Please sign in to comment.