From d731bba9f5d3583dd31515c6d45835fdeae58108 Mon Sep 17 00:00:00 2001 From: Peter <46405338+gadfort@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:37:36 -0400 Subject: [PATCH] add docs testing to PRs so errors are caught before push to main Signed-off-by: Peter <46405338+gadfort@users.noreply.github.com> --- .github/workflows/github-actions-docs-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-docs-test.yml b/.github/workflows/github-actions-docs-test.yml index 1435503e846..8eeba906e88 100644 --- a/.github/workflows/github-actions-docs-test.yml +++ b/.github/workflows/github-actions-docs-test.yml @@ -2,6 +2,7 @@ name: Docs Tester on: push: + pull_request: jobs: docs-test-job: