mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-23 23:38:06 +00:00
Fix branch in CI.
This commit is contained in:
parent
4a7c4245c0
commit
eb1076de9a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/general.yml
vendored
4
.github/workflows/general.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue