Skip to content

Commit d9884fc

Browse files
committed
chore(repo): limit pr validation runs to prs targetting master
1 parent e634b58 commit d9884fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-title-validation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: PR Title Validation
33
on:
44
pull_request_target:
55
types: [opened, edited, synchronize, reopened]
6+
branches: [master]
67

78
jobs:
89
validate-pr-title:

0 commit comments

Comments
 (0)