Skip to content

Commit c86875a

Browse files
author
Davis NDEGWAH
committed
test ci
1 parent f7fad53 commit c86875a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@
44
name: Node.js Package
55

66
on:
7+
push:
8+
branches:
9+
- master
10+
pull_request:
11+
branches:
12+
- master
713
release:
8-
types: [created]
14+
types:
15+
- created
916

1017
jobs:
1118
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodebb-plugin-beep",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "NodeBB Censor Curse Words Plugin",
55
"deprecated": false,
66
"main": "index.js",

0 commit comments

Comments
 (0)