Add schedule to workflow

This commit is contained in:
Alexander Sheiko 2020-07-28 10:52:21 +03:00
parent c174836784
commit 0381235e61

View file

@ -1,5 +1,10 @@
name: Go
on: [push]
on:
push:
pull_request:
schedule:
- cron: '0 5 * * *'
jobs:
test: