Skip to content

Commit 8146fa3

Browse files
committed
fix: cleanup ci yaml
1 parent 3ffd4e0 commit 8146fa3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ on:
55
push:
66
branches:
77
- main
8-
# tags:
9-
# - 'v*.*.*'
10-
# - 'v[0-9]+.[0-9]+.[0-9]+'
118

129
jobs:
1310
release:
14-
name: Build the files
11+
name: Release juicer-board as npm package
1512

1613
strategy:
1714
matrix:
@@ -42,7 +39,6 @@ jobs:
4239

4340
- name: Install dependencies
4441
run: npm ci
45-
# run: npm ci --omit=dev
4642

4743
- name: Verify package signatures
4844
run: npm audit signatures

0 commit comments

Comments
 (0)