Rename branch.

This commit is contained in:
LukeMathWalker 2021-01-23 18:20:08 +00:00
parent 48ce9dcacb
commit 6c18494507
2 changed files with 3 additions and 3 deletions

View file

@ -6,11 +6,11 @@ on:
# this specific branch (a.k.a. book chapter).
push:
branches:
- master
- main
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- master
- main
env:
CARGO_TERM_COLOR: always

View file

@ -9,7 +9,7 @@ services:
dockerfile_path: Dockerfile
source_dir: .
github:
branch: master
branch: main
deploy_on_push: true
repo: LukeMathWalker/zero-to-production
# Active probe used by DigitalOcean's to ensure our application is healthy