From bba9a0d70cbcf1608ad3748edfb608068898edd9 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Sat, 20 Aug 2022 23:45:57 -0700 Subject: Build on main branch --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 374fb4e..e089e78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,7 @@ branches: only: # release tags - /^v\d+\.\d+\.\d+.*$/ - - master + - main - develop notifications: diff --git a/appveyor.yml b/appveyor.yml index d5eeeb6..37ce93b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,7 +59,7 @@ branches: only: # Release tags - /^v\d+\.\d+\.\d+.*$/ - - master + - main - develop notifications: -- cgit v1.2.3