Skip to content

Commit 8c3b71b

Browse files
committed
fix: workflow name & npmignore
1 parent 63495bf commit 8c3b71b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "@imqueue/core"
1+
name: Build
22

33
on:
44
push:

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.dockerignore
44
.codebeatignore
55
.codebeatsettings
6+
.github
67

78
.ssh/
89
dist/
@@ -43,3 +44,4 @@ test/
4344
tsconfig.json
4445

4546
*.tgz
47+
.github

0 commit comments

Comments
 (0)