Skip to content

Commit

Permalink
Enable weekly scheduled build (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
  • Loading branch information
bestbeforetoday authored Apr 29, 2024
1 parent e26cd67 commit 6af1422
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
- release-*
workflow_dispatch:
workflow_call:

jobs:
build:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Scheduled build

on:
schedule:
- cron: "23 03 * * 0"

jobs:
main:
uses: ./.github/workflows/build.yml

0 comments on commit 6af1422

Please sign in to comment.