From 9478014bda7083c4bb450991bdf5816aaaffb4b4 Mon Sep 17 00:00:00 2001 From: Christopher Bisom Date: Tue, 16 Apr 2024 11:00:55 -0400 Subject: [PATCH] fix yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62f36cc..d0d1498 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ name: Backend Checks on: pull-request - types: ['opened', 'edited', 'reopened', 'synchronize', 'ready_for_review'] + types: [opened, edited, reopened, synchronize, ready_for_review] jobs: build: