From 4b7fba6232ae2e3c0e260e988a742815c18aec6e Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 30 Dec 2025 19:49:00 -0600 Subject: [PATCH] fix(ci): write --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b312c74..2f4de83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: pull_request: - branches: [ main ] + branches: [main] push: - branches: [ main ] + branches: [main] jobs: lint: