Skip to content

Commit e92e970

Browse files
committed
ci: change ci name for protection branch
1 parent 63b2263 commit e92e970

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: client.yml
1+
name: client.ci
22
on:
33
push:
44
branches:
@@ -13,7 +13,7 @@ on:
1313
- 'client/**'
1414

1515
jobs:
16-
build:
16+
build-client:
1717
runs-on: ubuntu-22.04
1818
defaults:
1919
run:

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717

1818
jobs:
19-
build:
19+
build-server:
2020
runs-on: ubuntu-22.04
2121
defaults:
2222
run:

0 commit comments

Comments
 (0)