diff --git a/.github/workflows/check-license.yml b/.github/workflows/check-license.yml index 0c565884..4cf2a96e 100644 --- a/.github/workflows/check-license.yml +++ b/.github/workflows/check-license.yml @@ -10,7 +10,7 @@ env: on: push: paths: - - ".github/workflows/check-license.yml" + - ".github/workflows/check-license.ya?ml" # See: https://github.com/licensee/licensee/blob/master/docs/what-we-look-at.md#detecting-the-license-file - "[cC][oO][pP][yY][iI][nN][gG]*" - "[cC][oO][pP][yY][rR][iI][gG][hH][tH]*" @@ -19,7 +19,7 @@ on: - "[pP][aA][tT][eE][nN][tT][sS]*" pull_request: paths: - - ".github/workflows/check-license.yml" + - ".github/workflows/check-license.ya?ml" - "[cC][oO][pP][yY][iI][nN][gG]*" - "[cC][oO][pP][yY][rR][iI][gG][hH][tH]*" - "[lL][iI][cC][eE][nN][cCsS][eE]*"