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 c5de173 commit b62bc33Copy full SHA for b62bc33
.github/workflows/docs-deploy.yml
@@ -5,6 +5,10 @@ on:
5
push:
6
branches:
7
- main
8
+ pull_request:
9
+ types:
10
+ - opened
11
+ - reopened
12
workflow_dispatch:
13
concurrency:
14
group: "docs"
0 commit comments