Skip to content

Commit 30fda2e

Browse files
Update preview-and-release.yml
1 parent a624111 commit 30fda2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

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

0 commit comments

Comments
 (0)