Skip to content

Commit b521c89

Browse files
Update preview-and-release.yml
1 parent d5bd1fe commit b521c89

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

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

0 commit comments

Comments
 (0)