This commit is contained in:
davidon-top 2024-01-28 12:09:39 +01:00
parent daa87940af
commit b40a1f301b
Signed by: DavidOnTop
GPG key ID: FAB914DDC2F180EB

View file

@ -46,7 +46,7 @@ ci = { type = "bool", prompt = "CI?", default = true }
ci-release = { type = "bool", prompt = "CI release?", default = true }
[conditional.'ci == false']
ignore = ["github/workflows/ci.yaml"]
ignore = [".github/workflows/ci.yaml"]
[conditional.'ci == true'.placeholders]
ci-tests = { type = "bool", prompt = "CI tests?", default = true }
@ -54,5 +54,5 @@ ci-fmt = { type = "bool", prompt = "CI fmt?", default = true }
ci-clippy = { type = "bool", prompt = "CI clippy?", default = true }
[conditional.'ci-release == false']
ignore = ["github/workflows/release.yaml"]
ignore = [".github/workflows/release.yaml"]