From 2fb62087d9be7e5b20a8030a27b8e5a79004c8a4 Mon Sep 17 00:00:00 2001 From: jandelgado Date: Wed, 4 Aug 2021 00:43:50 +0200 Subject: [PATCH] fix ci (#2) --- .github/workflows/test.yml | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35e2b77..c4cfe68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,10 @@ on: push: branches: - - master + - main pull_request: branches: - - master + - main name: run tests jobs: diff --git a/README.md b/README.md index ff2c712..bb127bd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # IONOS DNS module for Caddy +[![run tests](https://github.com/caddy-dns/ionos/actions/workflows/test.yml/badge.svg)](https://github.com/caddy-dns/ionos/actions/workflows/test.yml) + This package contains a DNS provider module for [Caddy](https://github.com/caddyserver/caddy). It is used to manage DNS records with the [IONOS DNS API](https://developer.hosting.ionos.com/docs/dns) using @@ -53,4 +55,3 @@ for information about obtaining credentials. (c) Copyright 2021 by Jan Delgado License: MIT -