Skip to content

Commit

Permalink
Renamed github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vodemn committed May 4, 2023
1 parent 75b0d8d commit f0bec25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Build APK
name: Build .apk

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Pull Request check
name: PR check

on:
push:
Expand Down

0 comments on commit f0bec25

Please sign in to comment.