Skip to content

Commit

Permalink
fix: Rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
smutel committed Jul 27, 2021
1 parent 6d29604 commit b063a64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml → .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name: Master
name: Main

on:
push:
branches:
- master
- main

jobs:
Build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# go-netbox

[![Lisence](https://img.shields.io/badge/license-ISC-informational?style=flat-square)](https://github.com/smutel/go-netbox/blob/master/LICENSE)
[![Lisence](https://img.shields.io/badge/license-ISC-informational?style=flat-square)](https://github.com/smutel/go-netbox/blob/main/LICENSE)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-informational.svg?style=flat-square&logo=git)](https://conventionalcommits.org)
[![Build Status](https://img.shields.io/github/workflow/status/smutel/go-netbox/Master/master?style=flat-square&logo=github-actions)](https://github.com/smutel/go-netbox/actions)
[![Build Status](https://img.shields.io/github/workflow/status/smutel/go-netbox/Main/main?style=flat-square&logo=github-actions)](https://github.com/smutel/go-netbox/actions)

Go library to interact with NetBox IPAM and DCIM service.

Expand Down

0 comments on commit b063a64

Please sign in to comment.