remove .drone.star from ignore pattern

This commit is contained in:
Willy Kloucek
2021-11-03 08:21:39 +01:00
parent 1781fcc73e
commit af8b606eec

View File

@@ -1556,7 +1556,6 @@ def skipIfUnchanged(ctx, type):
base = [
"^docs/.*",
"^changelog/.*",
"^.drone.star$", #TODO: remove
]
unit = [
".*_test.go$",