diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f340cbd..ca1c143 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,10 @@ on: push: branches: - main - paths: + paths-ignore: + - "README.md" - "CHANGELOG.md" + - "renovate.json" env: INITIAL_VERSION: 0.0.1 diff --git a/README.md b/README.md index 47ab5ac..870cb91 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Base Blueprint -[![](https://img.shields.io/github/workflow/status/accelerator-blueprints/base-blueprint/github-pages-deploy/master)][completed-actions-deploy] +[![](https://img.shields.io/github/workflow/status/accelerator-blueprints/base-blueprint/create-release/badge.svg)][completed-actions-deploy] [![](https://github.com/accelerator-blueprints/base-blueprint/workflows/changelog/badge.svg)][completed-actions-changelog] [![](https://github.com/accelerator-blueprints/base-blueprint/workflows/check-markdown-links/badge.svg)][markdown-links-checker]