Skip to content

Commit

Permalink
docs_build.yml: update activity types
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Feb 7, 2023
1 parent c3c20b3 commit f3b7ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f3b7ee6

Please sign in to comment.