We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 429ae14 commit a5f3e7fCopy full SHA for a5f3e7f
.github/workflows/indexer.yml
@@ -1,15 +1,14 @@
1
-name: 'Indexer Build'
+name: 'Indexer'
2
3
on:
4
- push:
5
- branches:
6
- - main
7
pull_request:
8
9
+ branches: [main, develop]
+ push:
10
11
jobs:
12
build:
+ name: Run Build
13
runs-on: ubuntu-latest
14
15
steps:
.github/workflows/lint.yml
@@ -1,4 +1,4 @@
-name: Lint Check
+name: 'Lint'
@@ -8,7 +8,7 @@ on:
lint:
- name: Run Prettier Check
+ name: Run Linter
0 commit comments