Skip to content

Commit

Permalink
allow manual build
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwill authored Jul 18, 2023
1 parent de58489 commit 36b5169
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Scheduled build
on:
schedule:
- cron: '15 16 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 36b5169

Please sign in to comment.