Skip to content

Commit

Permalink
ci: small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Jan 16, 2025
1 parent bbd4cd1 commit 7e8267a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- "v*.*.*"
paths-ignore:
- "docs/**"
- "**/*.md"
- ".github/**"
- ".vscode/**"
- "examples/**"

permissions:
contents: read
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/doc-preview.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Documentation (Preview)

on:
push:
branches:
- main
pull_request:
branches: [main]
paths:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 7e8267a

Please sign in to comment.