From 17b0ec4455edf647e25f3fa5cfc395f6617c29ae Mon Sep 17 00:00:00 2001 From: Thomas de Zeeuw Date: Tue, 19 Jul 2022 22:38:38 +0200 Subject: [PATCH] Run CI on v0.6.x and v0.7.x branches --- .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 f2dd97f5..67fca101 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: CI on: push: - branches: [ "master" ] + branches: [ "master", "v0.6.x", "v0.7.x" ] pull_request: - branches: [ "master" ] + branches: [ "master", "v0.6.x", "v0.7.x" ] env: CARGO_TERM_COLOR: always RUST_BACKTRACE: full