Skip to content

Commit 2a02934

Browse files
committed
Adjusted pr label check
1 parent 8e5be44 commit 2a02934

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-label-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Enforce PR Label
33
on:
44
pull_request:
55
types: [opened, edited, unlabeled]
6+
push:
7+
branches:
8+
- '**'
69

710
jobs:
811
check-label:

0 commit comments

Comments
 (0)