mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-05 22:58:49 +00:00
Fix CI
This commit is contained in:
parent
a77fab7d08
commit
265e25335e
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-07-part01
|
||||
- root-chapter-07-part1
|
||||
pull_request:
|
||||
types: [ opened, synchronize, reopened ]
|
||||
branches:
|
||||
- root-chapter-07-part01
|
||||
- root-chapter-07-part1
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Reference in a new issue