Skip to content

Commit

Permalink
fix: release should be triggered on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankatliarchuk committed Apr 3, 2021
1 parent a556839 commit 3eef312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches:
- main
paths:
paths-ignore:
- "README.md"
- "CHANGELOG.md"
- "renovate.json"

env:
INITIAL_VERSION: 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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]

Expand Down

0 comments on commit 3eef312

Please sign in to comment.