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: [ '**' ]
|
tags: [ '**' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ staging, master ]
|
branches: [ staging, master ]
|
||||||
|
schedule:
|
||||||
|
# At 02:30 on Saturday
|
||||||
|
- cron: '30 2 * * 6'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user