From 4f32c05c2ecc0d7f03df9b3c960d083bb694f7c5 Mon Sep 17 00:00:00 2001 From: Michael Yu Date: Wed, 22 Nov 2023 12:55:39 -0800 Subject: [PATCH] Add dev branch to CI --- .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 b63691b2c1..2c5d874982 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,11 +4,11 @@ on: push: branches: - master - - 6.x + - dev pull_request: branches: - master - - 6.x + - dev defaults: run: