mirror of
https://github.com/gbdev/awesome-gbdev.git
synced 2025-09-02 04:02:36 +02:00
Make workflow run daily.
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -1,6 +1,9 @@
|
||||
name: Continuous Integration
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
|
||||
jobs:
|
||||
awesome-lint:
|
||||
|
Reference in New Issue
Block a user