Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeggle committed Oct 20, 2022
2 parents 0c8522a + c45a040 commit 71a13b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/mkp-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: MKP-Build-Release

on:
push:
branches:
- "main"
tags:
- "v*"
workflow_dispatch:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/mkp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: MKP-Build

on:
push:
branches-ignore:
- "main"
tags-ignore:
- "v*"
- "**"

# pull_request:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 71a13b1

Please sign in to comment.