Skip to content

Commit 21f8210

Browse files
committed
Fix CI
1 parent 6592a70 commit 21f8210

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/main-ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
push:
55
branches: [ "main" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: '*'
8+
workflow_dispatch:
9+
10+
env:
11+
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
812

913
jobs:
1014
code-check:
1115
name: Code Check
12-
runs-on: ubuntu-latest
16+
runs-on: macos-11
1317
steps:
1418
## Step 1
1519
- name: Checkout

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ on:
33
push:
44
tags:
55
- '*'
6+
workflow_dispatch:
7+
8+
env:
9+
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
10+
611
jobs:
712
publish-maven:
813
name: Publish to Maven

0 commit comments

Comments
 (0)