We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9529dda commit 4123710Copy full SHA for 4123710
.github/workflows/preview-and-release.yml
@@ -2,7 +2,7 @@ name: Maven Preview and Github Release
2
3
on:
4
push:
5
- branches: [dev, support/5.x.x]
+ branches: [main, support/5.x.x]
6
paths-ignore:
7
- '.gradle/wrapper'
8
- '.gitignore'
@@ -22,7 +22,7 @@ permissions:
22
23
jobs:
24
maven_Preview:
25
- if: ${{ github.ref == 'refs/heads/dev' }}
+ if: ${{ github.ref == 'refs/heads/main' }}
26
environment:
27
name: maven_central_snapshot
28
runs-on: ubuntu-latest
0 commit comments