Skip to content

Commit

Permalink
Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmeggle committed Oct 20, 2022
1 parent 7d8ad6a commit deeb0e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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

0 comments on commit deeb0e6

Please sign in to comment.