mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-04-19 23:19:03 +02:00
Set up GitHub Actions
This commit is contained in:
parent
12b1df764c
commit
60805b7187
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Publish
|
name: Pull request
|
||||||
|
|
||||||
on: pull_request
|
on: pull_request
|
||||||
|
|
||||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user