Skip to content

Commit c9baadc

Browse files
committed
Add all recognized license file names to "Check License" workflow path trigger
These have lower priority, but they are recognized and so should be covered in order for the check to be completely comprehensive.
1 parent 815a613 commit c9baadc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-license.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ on:
1313
- "[cC][oO][pP][yY][iI][nN][gG]*"
1414
- "[cC][oO][pP][yY][rR][iI][gG][hH][tH]*"
1515
- "[lL][iI][cC][eE][nN][cCsS][eE]*"
16+
- "[oO][fF][lL]*"
17+
- "[pP][aA][tT][eE][nN][tT][sS]*"
1618
pull_request:
1719
paths:
1820
- ".github/workflows/check-license.ya?ml"
1921
- "[cC][oO][pP][yY][iI][nN][gG]*"
2022
- "[cC][oO][pP][yY][rR][iI][gG][hH][tH]*"
2123
- "[lL][iI][cC][eE][nN][cCsS][eE]*"
24+
- "[oO][fF][lL]*"
25+
- "[pP][aA][tT][eE][nN][tT][sS]*"
2226

2327
jobs:
2428
check-license:

0 commit comments

Comments
 (0)