From cc5f8b2053c5efd317109ccc3e4070226a9f54f8 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Mon, 21 Oct 2024 16:14:03 -0400 Subject: [PATCH] github: fix syntax Signed-off-by: Jared Van Bortel --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5185f6571050..f95e567156e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,7 @@ name: Lint on: push: branches: [main] - pull_request + pull_request: {} jobs: codespell: