Skip to content

Commit 06e423e

Browse files
Release Preview for feature/6.0 branch
1 parent c06a888 commit 06e423e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preview-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Maven Preview/Release and Github Release
22

33
on:
44
push:
5-
branches: [ dev ]
5+
branches: [ dev, feature/6.0 ]
66
paths-ignore:
77
- '.gradle/wrapper'
88
- '.gitignore'
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
maven_Preview:
20-
if: ${{ github.ref == 'refs/heads/dev' }}
20+
if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/dev/feature/6.0' }}
2121
environment:
2222
name: maven_central_snapshot
2323
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)