From 265e25335ea5e7b559a08b1d26d972bc7edd0aa7 Mon Sep 17 00:00:00 2001 From: Luca P Date: Mon, 14 Mar 2022 11:22:00 +0000 Subject: [PATCH] Fix CI --- .github/workflows/general.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 86e9f95..67fac79 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -6,11 +6,11 @@ on: # this specific branch (a.k.a. book chapter). push: branches: - - root-chapter-07-part01 + - root-chapter-07-part1 pull_request: types: [ opened, synchronize, reopened ] branches: - - root-chapter-07-part01 + - root-chapter-07-part1 env: CARGO_TERM_COLOR: always