Skip to content

Commit

Permalink
fix ci (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado authored Aug 3, 2021
1 parent dd3b676 commit 2fb6208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

name: run tests
jobs:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -53,4 +55,3 @@ for information about obtaining credentials.

(c) Copyright 2021 by Jan Delgado
License: MIT

0 comments on commit 2fb6208

Please sign in to comment.