We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8ef0f commit 90c2f45Copy full SHA for 90c2f45
1 file changed
.github/workflows/mdbook.yml
@@ -8,7 +8,9 @@ on:
8
# Runs on pushes targeting the default branch
9
push:
10
branches: ["main"]
11
-
+ pull_request:
12
+ branches: ["main"]
13
+
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
16
0 commit comments