We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a5fc2 commit f80c789Copy full SHA for f80c789
.github/workflows/roll20-update-benchmark.yml
@@ -3,7 +3,10 @@ name: Publish benchmarks to GitHub Pages
3
on:
4
push:
5
branches:
6
- - update-chipsets
+ - master
7
+ workflow_dispatch:
8
+ schedule:
9
+ - cron: '0 0 */14 * *' # every 14 days at midnight UTC
10
11
permissions:
12
contents: read
0 commit comments