From 6d42176f218475fd05fbb480dabc9d80aa816a6f Mon Sep 17 00:00:00 2001 From: Keith Morrison Date: Fri, 27 Dec 2024 15:59:38 -0800 Subject: [PATCH] rename master to main --- .github/workflows/build.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86a67c5..3bdf943 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,9 @@ name: build on: push: - # branches: [ master ] + # branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] permissions: contents: read diff --git a/README.md b/README.md index 58de0b7..88150c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ziptz [![Version](http://img.shields.io/gem/v/ziptz.svg?style=flat)](https://rubygems.org/gems/ziptz) -[![Build Status](https://github.com/infused/ziptz/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/infused/ziptz/actions/workflows/build.yml) +[![Build Status](https://github.com/infused/ziptz/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/infused/ziptz/actions/workflows/build.yml) [![Total Downloads](https://img.shields.io/gem/dt/ziptz.svg)](https://rubygems.org/gems/ziptz/) [![License](https://img.shields.io/github/license/infused/ziptz.svg)](https://github.com/infused/ziptz)