From f3b7ee668325293b5f81a710e2cf4fa0c1679abd Mon Sep 17 00:00:00 2001 From: Jeff Jennings Date: Tue, 7 Feb 2023 16:51:19 -0500 Subject: [PATCH] docs_build.yml: update activity types --- .github/workflows/docs_build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs_build.yml b/.github/workflows/docs_build.yml index a79b147a..d719f7c5 100644 --- a/.github/workflows/docs_build.yml +++ b/.github/workflows/docs_build.yml @@ -3,9 +3,10 @@ name: docs test # Run this workflow when a review is requested on a PR that targets the main # branch, or the PR is closed on: + pull_request: + types: [review_requested, closed] pull_request_target: types: [review_requested, closed] - branches: [main] # Prevent multiple PRs from building/deploying the docs at the same time concurrency: