Fix regex to match a literal dot before extension
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

Also simplifies the optional a match a bit.

Fixes #15
This commit is contained in:
IamTheFij 2023-04-19 09:19:08 -07:00
parent 15a900b1bb
commit f626253b23
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
description: Checks that docker compose files are valid
language: script
entry: compose-check.sh
files: (docker-)?compose.y[a]{0,1}ml$
files: (docker-)?compose\.ya?ml$