1
0
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:
Sven Dahlstrand
2019-10-14 16:36:40 +02:00
parent 397189cce5
commit 00bee60fbc

View File

@@ -1,6 +1,9 @@
name: Continuous Integration
on: [push]
on:
push:
schedule:
- cron: 0 0 * * *
jobs:
awesome-lint: