Set up GitHub Actions

This commit is contained in:
Adrian Kuta 2021-09-03 13:14:25 +02:00
parent 12b1df764c
commit 60805b7187
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Publish name: Pull request
on: pull_request on: pull_request

View File

@ -1,4 +1,4 @@
name: Publish name: Push
on: [push, pull_request] on: [push, pull_request]
@ -17,7 +17,7 @@ jobs:
# Builds the release artifacts of the library # Builds the release artifacts of the library
- name: Build - name: Build
run: ./gradlew :assembleRelease run: ./gradlew assemble
# Generates other artifacts (javadocJar is optional) # Generates other artifacts (javadocJar is optional)
- name: Source jar and dokka - name: Source jar and dokka