We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a624111 + 30fda2e commit fad67a3Copy full SHA for fad67a3
1 file changed
.github/workflows/preview-and-release.yml
@@ -17,7 +17,7 @@ env:
17
18
jobs:
19
maven_Preview:
20
- if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/dev/feature/6.0' }}
+ if: ${{ github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/feature/6.0' }}
21
environment:
22
name: maven_central_snapshot
23
runs-on: ubuntu-latest
0 commit comments