This website works better with JavaScript
Home
Explore
Help
Register
Sign In
claude
/
simplauncher
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix Android Release CI tag filter
Joshua Kuestersteffen
4 years ago
parent
b63b251e7b
commit
0eb63cac67
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.github/workflows/android_release_ci.yml
+ 1
- 1
.github/workflows/android_release_ci.yml
View File
@@ -4,7 +4,7 @@ name: Android Release CI
on:
push:
tags:
- - '
v
*'
+ - '*'
jobs:
build: