Add a scheduled build to happen each week
This commit is contained in:
3
.github/workflows/build_ci.yml
vendored
3
.github/workflows/build_ci.yml
vendored
@@ -6,6 +6,9 @@ on:
|
||||
tags: [ '**' ]
|
||||
pull_request:
|
||||
branches: [ staging, master ]
|
||||
schedule:
|
||||
# At 02:30 on Saturday
|
||||
- cron: '30 2 * * 6'
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user