Skip to content

Commit f3c682e

Browse files
committed
2 parents fda8af0 + ced35c0 commit f3c682e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
name: Node.js CI
1+
name: Deploy to NPM
22
on:
33
push:
4-
branches: [ main ]
4+
branches: [ master ]
5+
6+
# Allows you to run this workflow manually from the Actions tab
7+
workflow_dispatch:
8+
59
jobs:
610
build:
711
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)