From 1acdad5c6b124f0398fedab7d27f7d9c80327812 Mon Sep 17 00:00:00 2001 From: daoge <3523206925@qq.com> Date: Tue, 17 Sep 2024 19:01:41 +0800 Subject: [PATCH] ci: run github action when pushing --- .github/workflows/gradle-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 3e40fe7be..825cc2c7e 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -7,7 +7,7 @@ name: Gradle Build -on: [ pull_request ] +on: [ push, pull_request ] jobs: build: @@ -44,4 +44,4 @@ jobs: # Properties are passed as -Pname=value properties: | kotlin.js.compiler=ir - kotlin.parallel.tasks.in.project=true \ No newline at end of file + kotlin.parallel.tasks.in.project=true