From c710a307f8627c4d63ac1003252aa45175e08399 Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Wed, 6 Dec 2023 10:18:00 +0100 Subject: [PATCH] Add v0.8.x to the CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a10a8f7f..d647e2bd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [ "master", "v0.7.x" ] + branches: [ "master", "v0.7.x", "v0.8.x" ] pull_request: - branches: [ "master", "v0.7.x" ] + branches: [ "master", "v0.7.x", "v0.8.x" ] env: CARGO_TERM_COLOR: always RUST_BACKTRACE: full