diff --git a/.github/workflows/mkp-build-release.yml b/.github/workflows/mkp-build-release.yml index 39eea6d..df9df11 100644 --- a/.github/workflows/mkp-build-release.yml +++ b/.github/workflows/mkp-build-release.yml @@ -2,8 +2,6 @@ name: MKP-Build-Release on: push: - branches: - - "main" tags: - "v*" workflow_dispatch: diff --git a/.github/workflows/mkp-build.yml b/.github/workflows/mkp-build.yml index 2d36fef..7c0a24c 100644 --- a/.github/workflows/mkp-build.yml +++ b/.github/workflows/mkp-build.yml @@ -2,10 +2,8 @@ name: MKP-Build on: push: - branches-ignore: - - "main" tags-ignore: - - "v*" + - "**" # pull_request: workflow_dispatch: diff --git a/CHANGELOG.md b/CHANGELOG.md index 87549d2..e7005e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 0.1-beta - 2022-10-20 +## 0.1-beta - 2022-10-21 Initial release