Skip to content

Commit 4123710

Browse files
committed
Change PR branch trigger to main
1 parent 9529dda commit 4123710

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, support/5.x.x]
5+
branches: [main, support/5.x.x]
66
paths-ignore:
77
- '.gradle/wrapper'
88
- '.gitignore'
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
2424
maven_Preview:
25-
if: ${{ github.ref == 'refs/heads/dev' }}
25+
if: ${{ github.ref == 'refs/heads/main' }}
2626
environment:
2727
name: maven_central_snapshot
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)