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 46f913f commit 28242dcCopy full SHA for 28242dc
.github/workflows/docs.yml
@@ -4,7 +4,8 @@ on:
4
schedule:
5
- cron: '0 0 * * *' # This runs every day at midnight UTC
6
workflow_dispatch:
7
- push:
+ push:
8
+ pull_request:
9
10
jobs:
11
docs:
0 commit comments