Skip to content

Commit

Permalink
chore: change branch name from master to main for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingJacky committed Dec 27, 2020
1 parent ada42d6 commit d610c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ before_cache:

branches:
only:
- master
- main
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ test: off

branches:
only:
- master
- main

0 comments on commit d610c28

Please sign in to comment.