From 53317dbada7a73f3a5012e5fb7844dd28664aa6e Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Mon, 21 Apr 2025 20:09:45 +0100 Subject: [PATCH] ci(schema): fix incorrect trigger path for own file --- .github/workflows/schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schema.yml b/.github/workflows/schema.yml index 18829db..7f95e98 100644 --- a/.github/workflows/schema.yml +++ b/.github/workflows/schema.yml @@ -8,7 +8,7 @@ on: - 'src' - 'Cargo.*' - 'build.rs' - - '.github/workflows/schema.yml.yml' + - '.github/workflows/schema.yml' env: CARGO_TERM_COLOR: always