diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 8b56831..7e81771 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-part02 + - root-chapter-07-part2 pull_request: types: [ opened, synchronize, reopened ] branches: - - root-chapter-07-part02 + - root-chapter-07-part2 env: CARGO_TERM_COLOR: always