We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6592a70 commit 21f8210Copy full SHA for 21f8210
.github/workflows/main-ci.yml
@@ -4,12 +4,16 @@ on:
4
push:
5
branches: [ "main" ]
6
pull_request:
7
- branches: [ "main" ]
+ branches: '*'
8
+ workflow_dispatch:
9
+
10
+env:
11
+ GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
12
13
jobs:
14
code-check:
15
name: Code Check
- runs-on: ubuntu-latest
16
+ runs-on: macos-11
17
steps:
18
## Step 1
19
- name: Checkout
.github/workflows/publish.yml
@@ -3,6 +3,11 @@ on:
3
tags:
- '*'
publish-maven:
name: Publish to Maven
0 commit comments