From dee22c18ee999bc1244ef6f89f6f7143626a5af2 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Fri, 28 Feb 2025 06:07:09 +1100 Subject: [PATCH] [ci] update PR Checks conditions --- .github/workflows/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c70050276..9e981bf1d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -2,8 +2,12 @@ name: PR Checks on: pull_request: + branches: + - master pull_request_review: types: [submitted] + branches: + - master jobs: check_docs: