Skip to content

Commit b12d9fd

Browse files
committed
update ci tag
1 parent 3610420 commit b12d9fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
tags:
8-
- 'v*'
8+
- '*'
99
pull_request:
1010
paths-ignore:
1111
- '**/*.md'
@@ -35,7 +35,7 @@ jobs:
3535

3636
apk:
3737
name: Generate APK
38-
if: startsWith(github.ref, 'refs/tags/v')
38+
if: startsWith(github.ref, 'refs/tags/')
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout
@@ -62,7 +62,7 @@ jobs:
6262
release:
6363
name: Release APK
6464
needs: apk
65-
if: startsWith(github.ref, 'refs/tags/v')
65+
if: startsWith(github.ref, 'refs/tags/')
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Download APK from build

0 commit comments

Comments
 (0)