From e6c9f13cc22c798c4c103e22f8b29e3bd31826f0 Mon Sep 17 00:00:00 2001 From: koreatlwls Date: Sun, 28 Jan 2024 19:02:14 +0900 Subject: [PATCH] =?UTF-8?q?update=20:=20tag=20push=20=EA=B9=83=20=EC=95=A1?= =?UTF-8?q?=EC=85=98=20=ED=8A=B8=EB=A6=AC=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/android.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 7e975466..27d6cd34 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -3,6 +3,8 @@ name: Android CI on: push: branches: [ "develop" ] + tags: + - '**' jobs: build: @@ -22,7 +24,7 @@ jobs: run: chmod +x gradlew - name: Ktlint - run: ./gradlew ktlintCheck + run: ./gradlew ktlintCheck - name: Create google-services run: |