diff options
-rw-r--r-- | .github/workflows/spec_guards.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index e14e7818a6..c173512f3f 100644 --- a/.github/workflows/spec_guards.yml +++ b/.github/workflows/spec_guards.yml @@ -6,11 +6,11 @@ on: - 'spec/**' - '!spec/*.md' pull_request: - paths-ignore: + paths: - 'spec/**' - '!spec/*.md' merge_group: - paths-ignore: + paths: - 'spec/**' - '!spec/*.md' |