From 671e20d0edb9bd4be39cbb180a144c60a9ded9c1 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 13 Jan 2021 16:39:39 +0100 Subject: [PATCH 1/2] Default branch rename Also remove books and figures as they no longer deploy. Helps with https://github.com/whatwg/meta/issues/174. --- debian/marquee/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 From d3ef593da0387b8ae1d6b5492cf66883289006ae Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 14 Jan 2021 08:46:43 +0100 Subject: [PATCH 2/2] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 * * *'