Skip to content

Commit d5bd1fe

Browse files
Merge pull request #366 from microsoftgraph/Feature/6.0_EnablePreviewRelease
Enable Feature/6.0 preview release
2 parents 01c08a0 + 73968e6 commit d5bd1fe

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 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'
@@ -16,7 +16,7 @@ env:
1616

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

0 commit comments

Comments
 (0)