Update README.md

This commit is contained in:
Simon Lecoq
2020-10-18 11:09:39 +02:00
committed by GitHub
parent 889bf6fa49
commit 04a1f3ce90

View File

@@ -60,8 +60,9 @@ Don't forget to put your GitHub username !
name: GitHub metrics as SVG image name: GitHub metrics as SVG image
on: on:
# Schedule the metrics update # Schedule the metrics update
schedule: [{cron: "*/15 * * * *"}] schedule: [{cron: "0 * * * *"}]
# (optional) Force update a commit occurs on master branch # (optional) Force update a commit occurs on master branch
# All commits tagged with [Skip GitHub Action] will be ignored by this GitHub action
push: {branches: "master"} push: {branches: "master"}
jobs: jobs:
github-metrics: github-metrics: