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