We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c06a888 + 06e423e commit a624111Copy full SHA for a624111
.github/workflows/preview-and-release.yml
@@ -2,7 +2,7 @@ name: Maven Preview/Release and Github Release
2
3
on:
4
push:
5
- branches: [ dev ]
+ branches: [ dev, feature/6.0 ]
6
paths-ignore:
7
- '.gradle/wrapper'
8
- '.gitignore'
@@ -17,7 +17,7 @@ env:
17
18
jobs:
19
maven_Preview:
20
- if: ${{ github.ref == 'refs/heads/dev' }}
+ if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/dev/feature/6.0' }}
21
environment:
22
name: maven_central_snapshot
23
runs-on: ubuntu-latest
0 commit comments