Run Every 10 Minutes

This commit is contained in:
Waylon Walker 2020-07-26 14:16:06 -05:00 committed by GitHub
parent 7c93ccc8b7
commit 0020c27a6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '*/10 * * * *'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: