From b78d945bef9fa50edeccfc97f8362c2507c0b09c Mon Sep 17 00:00:00 2001 From: Weitheng Haw Date: Fri, 20 Dec 2024 08:49:33 +0000 Subject: [PATCH] Add 0.16 to ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbde0fca6..bbad00307 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,12 +6,14 @@ on: branches: - dev - master + - "0.16" paths-ignore: - "docs/**" pull_request: branches: - dev - master + - "0.16" # only run the latest commit to avoid cache overwrites concurrency: