From 9a45eb6ce5772f3243311a1588d927e7e3532352 Mon Sep 17 00:00:00 2001 From: Johannes Eiglsperger Date: Mon, 1 Jan 2024 13:54:36 +0100 Subject: [PATCH] Fix test status badge --- .github/workflows/tests.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 75531c7..50aca02 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,9 @@ on: pull_request: branches: - main + push: + branches: + - main jobs: lint: name: Lint diff --git a/README.md b/README.md index 7609f7b..538f790 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Collects IPv4/IPv6 addresses of network devices (routers, firewalls etc.) and writes the corresponding PowerDNS resource records. -[![Build Status](https://github.com/joeig/dyndns-pdns/workflows/Tests/badge.svg)](https://github.com/joeig/dyndns-pdns/actions) +[![Tests](https://github.com/joeig/dyndns-pdns/actions/workflows/tests.yml/badge.svg)](https://github.com/joeig/dyndns-pdns/actions/workflows/tests.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/joeig/dyndns-pdns)](https://goreportcard.com/report/github.com/joeig/dyndns-pdns) ## Setup