From d610c28495deeb8cfc110da121080cf5c587a954 Mon Sep 17 00:00:00 2001 From: KillingJacky Date: Sun, 27 Dec 2020 15:56:22 +0800 Subject: [PATCH] chore: change branch name from master to main for CI --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45d0c31..c6ec3f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,6 +38,6 @@ before_cache: branches: only: - - master + - main except: - "/^v\\d+\\.\\d+\\.\\d+$/" \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index cb50193..5ae7c7a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,4 +21,4 @@ test: off branches: only: - - master \ No newline at end of file + - main \ No newline at end of file