Skip to content

Commit

Permalink
docs: update default branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwo authored and Maxime Wojtczak committed Dec 26, 2022
1 parent 09c0f2a commit 32d4f56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: .build
destination: /build

docker_hub_master:
docker_hub_main:
executor: golang

steps:
Expand Down Expand Up @@ -99,13 +99,13 @@ workflows:
filters:
tags:
only: /.*/
- docker_hub_master:
- docker_hub_main:
requires:
- test
- build
filters:
branches:
only: master
only: main
- docker_hub_release_tags:
requires:
- test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SNMP Notifier [![Build Status](https://travis-ci.org/maxwo/snmp_notifier.svg?branch=master)](https://travis-ci.org/maxwo/snmp_notifier)

[![CircleCI](https://circleci.com/gh/maxwo/snmp_notifier/tree/master.svg?style=svg)](https://circleci.com/gh/maxwo/snmp_notifier/tree/master)
[![CircleCI](https://circleci.com/gh/maxwo/snmp_notifier/tree/main.svg?style=svg)](https://circleci.com/gh/maxwo/snmp_notifier/tree/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/maxwo/snmp_notifier)](https://goreportcard.com/report/github.com/maxwo/snmp_notifier)

`snmp_notifier` receives alerts from the Prometheus' Alertmanager and routes them as SNMP traps.
Expand Down

0 comments on commit 32d4f56

Please sign in to comment.