diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 543c435..e5a05b1 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -8,6 +8,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + pull_request: + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: