Skip to content

Commit

Permalink
ci: run github action when pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd authored Sep 17, 2024
1 parent 732a894 commit 1acdad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

name: Gradle Build

on: [ pull_request ]
on: [ push, pull_request ]

jobs:
build:
Expand Down Expand Up @@ -44,4 +44,4 @@ jobs:
# Properties are passed as -Pname=value
properties: |
kotlin.js.compiler=ir
kotlin.parallel.tasks.in.project=true
kotlin.parallel.tasks.in.project=true

0 comments on commit 1acdad5

Please sign in to comment.