From b896e755220986c3067852a7c36a7057279dd250 Mon Sep 17 00:00:00 2001 From: Jack <87339414+algojack@users.noreply.github.com> Date: Wed, 23 Feb 2022 06:54:13 -0500 Subject: [PATCH] Update pr-type-category.yml --- .github/workflows/pr-type-category.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-type-category.yml b/.github/workflows/pr-type-category.yml index 6f08d28626..678499ed3b 100644 --- a/.github/workflows/pr-type-category.yml +++ b/.github/workflows/pr-type-category.yml @@ -1,6 +1,8 @@ name: Check PR category and type on: pull_request: + branches: + - master types: [opened, synchronize, reopened, labeled, unlabeled, edited] jobs: check_label: