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 388e65e commit 6278402Copy full SHA for 6278402
1 file changed
.github/workflows/build_docs.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ pull_request:
8
+ branches:
9
+ - main
10
workflow_dispatch: # Make sure this job can be triggered manually
11
12
jobs:
0 commit comments