Skip to content

Commit 1c71f92

Browse files
committed
Update main refs
1 parent 3be943b commit 1c71f92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
run: ./gradlew test --stacktrace
3131
- name: Final checks
3232
run: ./gradlew check --stacktrace
33-
- name: Upload snapshot (master only)
33+
- name: Upload snapshot (main only)
3434
run: ./gradlew uploadArchives
3535
env:
3636
SONATYPE_NEXUS_USERNAME: ${{ secrets.SonatypeUsername }}
3737
SONATYPE_NEXUS_PASSWORD: ${{ secrets.SonatypePassword }}
38-
if: success() && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && matrix.java_version == '1.8'
38+
if: success() && github.ref == 'refs/heads/main' && github.event_name != 'pull_request' && matrix.java_version == '1.8'

deploy_website.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if ! [ $local ]; then
3131
# Generate the 1.x docs
3232
./gradlew dokka
3333

34-
git checkout master
34+
git checkout main
3535

3636
# Generate docs for 2.x
3737
./gradlew dokka

0 commit comments

Comments
 (0)