From 447fdbfa96dbd11884b68ee93c0c6e23c96ade22 Mon Sep 17 00:00:00 2001 From: Luca Palmieri Date: Sat, 5 Dec 2020 19:17:08 +0000 Subject: [PATCH] Update CI --- .github/workflows/general.yml | 3 +++ 1 file changed, 3 insertions(+) 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: