Skip to content

Commit

Permalink
setup: targeted docs test triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Nov 9, 2023
1 parent be9c8e7 commit 4a3b9bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: docs test
# branch, or the PR is closed
on:
pull_request:
# types: [review_requested, closed]
# pull_request_review_comment:
# types: [created, deleted]
types: [review_requested, closed]
pull_request_review:
types: [submitted, dismissed]

# Prevent multiple PRs from building/deploying the docs at the same time
concurrency:
Expand Down

0 comments on commit 4a3b9bc

Please sign in to comment.