Skip to content

Commit 9b31e07

Browse files
authored
chore(ci/workflows): rename merge to main back to build (#249)
1 parent f5f79d3 commit 9b31e07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/merge-to-main.yml renamed to .github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Merge to main'
1+
name: 'Build'
22

33
on:
44
push:
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-node@v1
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
- name: Install latest NPM version
31+
- name: Install NPM
3232
run: npm install -g npm@9
3333
- run: npm ci
3434
- run: npm run test-ci

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node }}
2222
cache: 'npm'
23-
- name: Install latest NPM version
23+
- name: Install NPM
2424
run: npm install -g npm@9
2525
- name: Install dependencies
2626
run: npm ci

0 commit comments

Comments
 (0)