We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fad53 commit c86875aCopy full SHA for c86875a
2 files changed
.github/workflows/npm-publish.yml
@@ -4,8 +4,15 @@
4
name: Node.js Package
5
6
on:
7
+ push:
8
+ branches:
9
+ - master
10
+ pull_request:
11
12
13
release:
- types: [created]
14
+ types:
15
+ - created
16
17
jobs:
18
build:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nodebb-plugin-beep",
3
- "version": "0.4.5",
+ "version": "0.4.6",
"description": "NodeBB Censor Curse Words Plugin",
"deprecated": false,
"main": "index.js",
0 commit comments