mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2025-01-23 07:18:06 +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).
|
# this specific branch (a.k.a. book chapter).
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- root-chapter-07-part01
|
- root-chapter-07-part1
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [ opened, synchronize, reopened ]
|
types: [ opened, synchronize, reopened ]
|
||||||
branches:
|
branches:
|
||||||
- root-chapter-07-part01
|
- root-chapter-07-part1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in a new issue