Skip to content

Commit 878d054

Browse files
Add support to trigger js publish workflow
1 parent aae20bf commit 878d054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/JsPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
'on':
1010
push:
1111
branches:
12+
- main
1213
- master
1314
tags-ignore:
1415
- '**'
@@ -18,8 +19,7 @@ permissions:
1819
- '**/*.gitignore'
1920
- .editorconfig
2021
- docs/**
21-
pull_request: null
22-
workflow_dispatch: null
22+
workflow_dispatch:
2323
jobs:
2424
build:
2525
strategy:

0 commit comments

Comments
 (0)