Update README.md
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user