We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084943b commit 3950f37Copy full SHA for 3950f37
1 file changed
.github/workflows/improve-docs.yml
@@ -17,6 +17,7 @@ on:
17
schedule:
18
- cron: "0 10 * * *" # Every day at 10:00 UTC (offset from the other workflow)
19
workflow_dispatch: # Manual trigger
20
+ pull_request: # Testing
21
22
permissions:
23
contents: write
0 commit comments