summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack <87339414+algojack@users.noreply.github.com>2022-02-23 13:20:43 -0500
committerGitHub <noreply@github.com>2022-02-23 13:20:43 -0500
commit787b4f8e02d73ab71c42775bbb0a6f3296ef616f (patch)
tree09f58ce079cfa19664a79281a91da0920c255181
parenteab243f6ac7737394c07f12e04ca2fcd25631f62 (diff)
Update pr-type-category.yml (#3675)
Limit PR Type and Category check to master branch
-rw-r--r--.github/workflows/pr-type-category.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pr-type-category.yml b/.github/workflows/pr-type-category.yml
index 6f08d2862..678499ed3 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: