mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 16:00:41 +00:00
Renamed github workflows
This commit is contained in:
parent
75b0d8dc43
commit
f0bec25059
3 changed files with 3 additions and 3 deletions
2
.github/workflows/cd_dev.yml
vendored
2
.github/workflows/cd_dev.yml
vendored
|
@ -3,7 +3,7 @@
|
|||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
name: Build APK
|
||||
name: Build .apk
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
2
.github/workflows/cd_prod.yml
vendored
2
.github/workflows/cd_prod.yml
vendored
|
@ -3,7 +3,7 @@
|
|||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
name: Build Prod App Bundle
|
||||
name: Build prod .aab & .apk
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -3,7 +3,7 @@
|
|||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
name: Pull Request check
|
||||
name: PR check
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
Loading…
Reference in a new issue