From 18fd8cec685eb0d5836177cf6177f8625a6edbaa Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 15 Jan 2021 08:18:44 +0100 Subject: [PATCH] Default branch rename Also remove books and figures as they no longer deploy. Helps with https://github.com/whatwg/meta/issues/174. --- .github/workflows/test.yml | 4 ++-- debian/marquee/README.md | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27aaf0c..364946c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,10 +2,10 @@ name: Test on: pull_request: branches: - - master + - main push: branches: - - master + - main schedule: # 13:44 is an arbitrarily chosen daily time. - cron: '44 13 * * *' diff --git a/debian/marquee/README.md b/debian/marquee/README.md index 50e7866..108f30b 100644 --- a/debian/marquee/README.md +++ b/debian/marquee/README.md @@ -1,7 +1,5 @@ marquee hosts simple static sites. Repos that deploy to this server: -- https://github.com/whatwg/books/blob/master/.travis.yml -- https://github.com/whatwg/figures/blob/master/.travis.yml -- https://github.com/whatwg/whatwg.org/blob/master/resources.whatwg.org/build/deploy.sh (used by many specs) -- https://github.com/whatwg/whatwg.org/blob/master/.travis.yml +- https://github.com/whatwg/whatwg.org/blob/main/resources.whatwg.org/build/deploy.sh (used by many specs) +- https://github.com/whatwg/whatwg.org/blob/main/deploy.sh