From eb1076de9adfb74358afca300a4592a30c85f370 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Tue, 22 Dec 2020 21:25:13 +0000 Subject: [PATCH] Fix branch in 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 a7cb2ba..261d68f 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-05 + - root-chapter-06 pull_request: types: [ opened, synchronize, reopened ] branches: - - root-chapter-05 + - root-chapter-06 env: CARGO_TERM_COLOR: always