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