Skip to content

Commit 6ce7d21

Browse files
committed
Prepare to merge to master for release 3.0.0
1 parent 4165b87 commit 6ce7d21

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ name: Java CI
1919
on:
2020
push:
2121
pull_request:
22-
schedule:
23-
- cron: "0 0 * * *"
2422

2523
jobs:
2624
test:

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: SonarCloud
1919
on:
2020
push:
2121
branches:
22-
- 3.x
22+
- master
2323

2424
jobs:
2525
build:

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: Sonatype
1919
on:
2020
push:
2121
branches:
22-
- 3.x
22+
- master
2323

2424
jobs:
2525
build:

0 commit comments

Comments
 (0)