From 8f5d9a16caed188258141700ca89342ba8f66ca9 Mon Sep 17 00:00:00 2001 From: Shuanglei Tao Date: Tue, 16 Mar 2021 21:52:33 +0800 Subject: [PATCH] repo: rename master to main --- .github/workflows/docker.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e2c3f0b..de6ce65 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,7 +2,7 @@ name: docker on: push: - branches: master + branches: main tags: "*" jobs: diff --git a/README.md b/README.md index e71d664..bdcd1fc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ttyd is a simple command-line tool for sharing terminal over the web. -![screenshot](https://github.com/tsl0922/ttyd/raw/master/screenshot.gif) +![screenshot](https://github.com/tsl0922/ttyd/raw/main/screenshot.gif) # Features -- 2.43.4