Skip to content
This repository was archived by the owner on Jul 15, 2025. It is now read-only.

Commit 116f202

Browse files
authored
Rename master to main
1 parent 06a6997 commit 116f202

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: CI jobs
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- r[0-9]+.*
77
pull_request:
88
branches:
9-
- master
9+
- main
1010
- r[0-9]+.*
1111
types: [opened, reopened, synchronize]
1212
jobs:
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
mvn compiler:compile -Pdev,jdk11 -B -U -e
2626
- name: Deploy snapshot artifacts
27-
if: github.event_name == 'push' && contains(github.ref, 'master')
27+
if: github.event_name == 'push' && contains(github.ref, 'main')
2828
run: |
2929
echo "<settings><servers><server><id>ossrh</id><username>${{ secrets.CI_DEPLOY_USERNAME }}</username><password>${{ secrets.CI_DEPLOY_PASSWORD }}</password></server></servers></settings>" > settings.xml
3030
mvn deploy -B -U -e

0 commit comments

Comments
 (0)