Skip to content

Commit 5205b0d

Browse files
committed
Trigger when code is pushed to any branch
1 parent e7785d0 commit 5205b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Node.js CI
44

55
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
6-
on: [push, pull_request]
6+
on: push
77

88
jobs:
99
build:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
- run: yarn prepublishOnly
3535
- run: yarn lerna publish from-git --yes
3636
env:
37-
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
37+
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

0 commit comments

Comments
 (0)