From e6ea011c6e55ce2eec1487c84d5a569470aaa856 Mon Sep 17 00:00:00 2001 From: Amit Upadhyay Date: Mon, 13 Jan 2025 12:20:35 +0530 Subject: [PATCH] there no file Cargo.toml.* --- .github/workflows/tests-and-formatting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-and-formatting.yml b/.github/workflows/tests-and-formatting.yml index e0500b54a..768ec74d3 100644 --- a/.github/workflows/tests-and-formatting.yml +++ b/.github/workflows/tests-and-formatting.yml @@ -13,7 +13,7 @@ on: - '**.html' - '**.js' - '**.css' - - 'Cargo.toml.*' + - 'Cargo.*' - '!t/**' # We use this for playground - '!fastn.com/**' - '!v0.5/**' # TODO: remove this when we're ready to release v0.5 @@ -30,7 +30,7 @@ on: - '**.html' - '**.js' - '**.css' - - 'Cargo.toml.*' + - 'Cargo.*' - '!t/**' # We use this for playground - '!fastn.com/**' - '!v0.5/**' # TODO: remove this when we're ready to release v0.5