]> git.wh0rd.org Git - elf2flt.git/commitdiff
rename main development branch to main bfin main master
authorMike Frysinger <vapier@gentoo.org>
Wed, 13 Jan 2021 22:43:33 +0000 (17:43 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 13 Jan 2021 22:43:33 +0000 (17:43 -0500)
We'll keep "master" in the repo to help people migrate.

.github/workflows/build-test-ci.yml
README.md

index e1c14f6eabadf4b31887142d1c41bbfb39a72a8c..4492207b3d27cfdd7ba6f15ab1d8340b8a9a2ad1 100644 (file)
@@ -5,11 +5,11 @@ name: Build+Test CI
 
 on:
   push:
-    branches: [master]
+    branches: [main]
     tags: [v*]
   pull_request:
     types: [opened]
-    branches: [master]
+    branches: [main]
 
 jobs:
   build-test:
index 089991f47c8cbc1ea223654ba47f93342c683191..d6df5e33765a0e3d4b41e2c8f26b929d87ebda6b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # elf2flt
 
-[![Build Status](https://travis-ci.org/uclinux-dev/elf2flt.svg?branch=master)](https://travis-ci.org/uclinux-dev/elf2flt)
+[![Build Status](https://travis-ci.org/uclinux-dev/elf2flt.svg?branch=main)](https://travis-ci.org/uclinux-dev/elf2flt)
 
 Copyright (C) 2001-2003, SnapGear (www.snapgear.com)
 David McCullough <ucdevel@gmail.com>