We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c08a0 commit 73968e6Copy full SHA for 73968e6
.github/workflows/preview-and-release.yml
@@ -2,7 +2,7 @@ name: Maven Preview and Github Release
2
3
on:
4
push:
5
- branches: [ dev ]
+ branches: [ dev, feature/6.0 ]
6
paths-ignore:
7
- '.gradle/wrapper'
8
- '.gitignore'
@@ -16,7 +16,7 @@ env:
16
17
jobs:
18
maven_Preview:
19
- if: ${{ github.ref == 'refs/heads/dev' }}
+ if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/dev/feature/6.0'}}
20
environment:
21
name: maven_central_snapshot
22
runs-on: ubuntu-latest
0 commit comments