Skip to content

Commit

Permalink
Disable automatic dev releases for branches with name dev-version-*
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Plotnikov committed Sep 18, 2023
1 parent 689bf6c commit 724c995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches-ignore:
- master
- version-*
- dev-version-*
- dependabot**
paths-ignore:
- README.md
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/dev-release-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Build and publish dev-release Java distributions to sonatype.
on:
workflow_dispatch:
push:
branches:
- dev-version-*
paths:
- gradle.properties
tags:
- \d+.\d+.\d+-dev

jobs:
build-job:
Expand Down

0 comments on commit 724c995

Please sign in to comment.