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 5cc23a1 + deeb0e6 commit 0c8522a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/mkp-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: MKP-Build-Release

on:
push:
branches:
- "main"
tags:
- "v*"
- "!v*[a-z]"
workflow_dispatch:

jobs:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/mkp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: MKP-Build

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

# pull_request:
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Der Agent wurde vom [Krankenhaus des Landkreises Weilheim-Schongau](https://www.
* [CREDITS](#credits)

<!-- Created by https://github.com/ekalinin/github-markdown-toc -->
<!-- Added by: runner, at: Thu Oct 20 21:25:32 UTC 2022 -->
<!-- Added by: runner, at: Thu Oct 20 21:27:40 UTC 2022 -->

<!--te-->

Expand Down

0 comments on commit 0c8522a

Please sign in to comment.