From 7e8267ac0032de7b2e0de81fadd2fdfa71c55dab Mon Sep 17 00:00:00 2001 From: Eduard Marbach Date: Thu, 16 Jan 2025 10:43:05 +0100 Subject: [PATCH] ci: small adjustments --- .github/workflows/build.yml | 4 ++++ .github/workflows/doc-preview.yml | 3 --- README.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6aac44..771633b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,10 @@ on: - "v*.*.*" paths-ignore: - "docs/**" + - "**/*.md" + - ".github/**" + - ".vscode/**" + - "examples/**" permissions: contents: read diff --git a/.github/workflows/doc-preview.yml b/.github/workflows/doc-preview.yml index cfc57e7..f2a5baf 100644 --- a/.github/workflows/doc-preview.yml +++ b/.github/workflows/doc-preview.yml @@ -1,9 +1,6 @@ name: Documentation (Preview) on: - push: - branches: - - main pull_request: branches: [main] paths: diff --git a/README.md b/README.md index 3110038..3eaada6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Documentation](https://img.shields.io/badge/Documentation-blue)](https://configarr.raydak.de) [![GitHub License](https://img.shields.io/github/license/raydak-labs/configarr)](https://github.com/raydak-labs/configarr/blob/main/LICENSE) [![GitHub Release](https://img.shields.io/github/v/release/raydak-labs/configarr?logo=github)](https://github.com/raydak-labs/configarr/releases/) -[![Docker](https://img.shields.io/docker/v/configarr/configarr?label=DockerHub)](https://hub.docker.com/r/configarr/configarr) +[![Docker](https://img.shields.io/docker/v/configarr/configarr?sort=semver&label=DockerHub)](https://hub.docker.com/r/configarr/configarr) [![Docker Pulls](https://img.shields.io/docker/pulls/configarr/configarr?label=DockerHub-Pulls)](https://hub.docker.com/r/configarr/configarr) Configarr is an open-source tool designed to simplify configuration and synchronization for Sonarr and Radarr (and other experimental).