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 9addceb commit 2bc2314Copy full SHA for 2bc2314
1 file changed
.github/workflows/update-prerelease-reference.yml
@@ -2,6 +2,9 @@ name: Update Prerelease Reference Pages
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches:
7
+ - prototype/ci-reference-pages # TEMP: remove after testing
8
schedule:
9
# Run daily at 6am UTC
10
- cron: "0 6 * * *"
0 commit comments