mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-05 22:58:49 +00:00
Update CI
This commit is contained in:
parent
2cc7ae2d37
commit
447fdbfa96
1 changed files with 3 additions and 0 deletions
3
.github/workflows/general.yml
vendored
3
.github/workflows/general.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue