From f11ed5bfc59d23ed3a9745603076de79fa4a12a8 Mon Sep 17 00:00:00 2001 From: Jae Kim <45045038+jaeopt@users.noreply.github.com> Date: Thu, 7 Apr 2022 17:33:49 -0700 Subject: [PATCH] add a trigger with tag push (release) --- .github/workflows/android.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 940c9860..2df8e1ca 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -2,6 +2,8 @@ name: Android CI on: push: branches: [ master ] + tags: + - '*' pull_request: branches: [ master ] workflow_dispatch: