From f0ae5ea908e0aa42391af323b6d5e2fd371af851 Mon Sep 17 00:00:00 2001 From: garronej Date: Fri, 26 Aug 2022 16:17:03 +0700 Subject: [PATCH] Enable the CI to run on the v6 branch --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83010c6e..f13b2c24 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,9 +3,11 @@ on: push: branches: - main + - v6 pull_request: branches: - main + - v6 jobs: