mirror of
https://github.com/gbdev/awesome-gbdev.git
synced 2025-09-02 12:13:04 +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
|
name: Continuous Integration
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: 0 0 * * *
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
awesome-lint:
|
awesome-lint:
|
||||||
|
Reference in New Issue
Block a user