diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 2bef1bc..b4f1051 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -4,6 +4,9 @@ on: # NB: this differs from the book's project! # These settings allow us to run this specific CI pipeline for PRs against # this specific branch (a.k.a. book chapter). + push: + branches: + - root-chapter-03-part0 pull_request: types: [ opened, synchronize, reopened ] branches: