Skip to content

Commit

Permalink
rename github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sds100 committed Sep 18, 2023
1 parent aaffef7 commit aed0ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and release app to production
name: Production - build and release app

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android CI
name: Testing - build and release app

on:
push:
Expand Down

0 comments on commit aed0ad5

Please sign in to comment.