Skip to content

Commit ced35c0

Browse files
authored
Update push.yml
1 parent 177a99a commit ced35c0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
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)