Skip to content

Commit

Permalink
Allow to trigger the nightly build workflow manually if needed
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jun 8, 2023
1 parent 153e04b commit 077397d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Nightly builds

on:
# workflow_dispatch so that it can be triggered manually if needed
workflow_dispatch:

schedule:
- cron: "0 0 * * *"

Expand Down

0 comments on commit 077397d

Please sign in to comment.