|
|
@ -1,8 +1,8 @@
|
|
|
|
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
|
|
|
|
# Visit https://github.com/lowlighter/metrics/blob/master/action.yml for full reference
|
|
|
|
name: Metrics
|
|
|
|
name: Metrics
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
# Schedule updates (each hour)
|
|
|
|
# Schedule updates (daily)
|
|
|
|
schedule: [{cron: "0 * * * *"}]
|
|
|
|
schedule: [{cron: "0 0 * * *"}]
|
|
|
|
# Lines below let you run workflow manually and on each commit
|
|
|
|
# Lines below let you run workflow manually and on each commit
|
|
|
|
workflow_dispatch:
|
|
|
|
workflow_dispatch:
|
|
|
|
push: {branches: ["master", "main"]}
|
|
|
|
push: {branches: ["master", "main"]}
|
|
|
|