mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-08-29 21:30:43 +00:00
ci: run github action when pushing
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
name: Gradle Build
|
name: Gradle Build
|
||||||
|
|
||||||
on: [ pull_request ]
|
on: [ push, pull_request ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -44,4 +44,4 @@ jobs:
|
|||||||
# Properties are passed as -Pname=value
|
# Properties are passed as -Pname=value
|
||||||
properties: |
|
properties: |
|
||||||
kotlin.js.compiler=ir
|
kotlin.js.compiler=ir
|
||||||
kotlin.parallel.tasks.in.project=true
|
kotlin.parallel.tasks.in.project=true
|
||||||
|
|||||||
Reference in New Issue
Block a user