Skip to content

Commit a5f3e7f

Browse files
committed
fix: naming standard
1 parent 429ae14 commit a5f3e7f

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.github/workflows/indexer.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
name: 'Indexer Build'
1+
name: 'Indexer'
22

33
on:
4-
push:
5-
branches:
6-
- main
74
pull_request:
8-
branches:
9-
- main
5+
branches: [main, develop]
6+
push:
7+
branches: [main, develop]
108

119
jobs:
1210
build:
11+
name: Run Build
1312
runs-on: ubuntu-latest
1413

1514
steps:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint Check
1+
name: 'Lint'
22

33
on:
44
pull_request:
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint:
11-
name: Run Prettier Check
11+
name: Run Linter
1212
runs-on: ubuntu-latest
1313

1414
steps:

0 commit comments

Comments
 (0)