Skip to content

Commit

Permalink
rename workflows to a more explicit name
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Guidée <[email protected]>
  • Loading branch information
quentinguidee committed Mar 3, 2024
1 parent f07d611 commit 221c3ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development
name: Client (dev)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Client (release)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development
name: Server

on:
pull_request:
Expand Down

0 comments on commit 221c3ce

Please sign in to comment.