Support yAml extensions

This commit is contained in:
jarlob
2023-04-06 19:07:38 +02:00
parent 40635e60d1
commit 0a878d4db9
2 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ module Actions {
this.getLocation()
.getFile()
.getRelativePath()
.regexpMatch("(^|.*/)\\.github/workflows/.*\\.yml$")
.regexpMatch("(^|.*/)\\.github/workflows/.*\\.y(?:a?)ml$")
}
}