Skip to content

Commit a6ef28a

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 ab724e0 commit a6ef28a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-license.yml

+4
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)