Skip to content

Commit 9495a8f

Browse files
committed
fix: renames workflows
1 parent 1a359cc commit 9495a8f

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
name: Node.js
1+
name: CI
22

33
on:
44
pull_request:
55
branches:
66
- main
7-
push:
8-
branches:
9-
- main
107

118
jobs:
129
build:
@@ -28,7 +25,7 @@ jobs:
2825
run: npm run lint
2926
- name: Build
3027
run: npm run build
31-
28+
3229
test:
3330
runs-on: ${{ matrix.os }}
3431
name: Test

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Releases
1+
name: CD
22

33
on:
44
push:
5-
tags:
6-
- "v*.*.*"
5+
branches:
6+
- main
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)