mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Build and test daily
This commit is contained in:
parent
9fb3d9088a
commit
a4103b2df0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -2,8 +2,8 @@ name: 'Build and Test'
|
|||
|
||||
on:
|
||||
push:
|
||||
schedule: # Keep the cache alive!
|
||||
- cron: 7 1 * * fri
|
||||
schedule: # Build and test daily.
|
||||
- cron: 0 11 * * *
|
||||
|
||||
env:
|
||||
GODOT: Godot_v3.3.2-stable
|
||||
|
|
Loading…
Reference in a new issue