Skip to content

Commit 6386588

Browse files
committed
enabling CI/CD for the 3.0.x branch
want it to keep publishing snapshots
1 parent 4719baf commit 6386588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: mvn clean verify
2727

2828
deploy:
29-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
29+
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/3.0.x'}}
3030
needs: build
3131
runs-on: ubuntu-latest
3232

0 commit comments

Comments
 (0)