Skip to content

Commit 787b4f8

Browse files
authored
Update pr-type-category.yml (#3675)
Limit PR Type and Category check to master branch
1 parent eab243f commit 787b4f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-type-category.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Check PR category and type
22
on:
33
pull_request:
4+
branches:
5+
- master
46
types: [opened, synchronize, reopened, labeled, unlabeled, edited]
57
jobs:
68
check_label:

0 commit comments

Comments
 (0)