Skip to content

Commit

Permalink
update : tag push 깃 액션 트리거
Browse files Browse the repository at this point in the history
  • Loading branch information
koreatlwls committed Jan 28, 2024
1 parent 82abcc6 commit e6c9f13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Android CI
on:
push:
branches: [ "develop" ]
tags:
- '**'

jobs:
build:
Expand All @@ -22,7 +24,7 @@ jobs:
run: chmod +x gradlew

- name: Ktlint
run: ./gradlew ktlintCheck
run: ./gradlew ktlintCheck

- name: Create google-services
run: |
Expand Down

0 comments on commit e6c9f13

Please sign in to comment.