Skip to content

Commit 5cdbf9a

Browse files
author
Anushkafka
committed
Update script branch to master
1 parent bffe8fe commit 5cdbf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_npm.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: publish
22

33
on:
44
push:
5-
branches: af/veg-662-take-2
5+
branches: master
66

77
jobs:
88
main:
@@ -12,7 +12,7 @@ jobs:
1212
- uses: zendesk/setup-node@v2.1.2
1313
with:
1414
node-version: '12.x'
15-
- name: build_on_merge
15+
- name: publish_on_merge
1616
env:
1717
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1818
run: |

0 commit comments

Comments
 (0)