From: Mike Frysinger Date: Wed, 13 Jan 2021 22:43:33 +0000 (-0500) Subject: rename main development branch to main X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=84bf684b8ca530f7c4c4d59d221d83c03d337e72;p=elf2flt.git rename main development branch to main We'll keep "master" in the repo to help people migrate. --- diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml index e1c14f6..4492207 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/build-test-ci.yml @@ -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: diff --git a/README.md b/README.md index 089991f..d6df5e3 100644 --- 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