mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-02-08 09:04:36 +01:00
[Actions] Fix release workflow trigger tag name pattern
This commit is contained in:
parent
42e59ac0db
commit
2681794676
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ["v*.*.*"]
|
tags: ["v*.*"]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build release (APK)
|
name: Build release (APK)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user