Skip to content

Commit 512beaf

Browse files
committed
add manual workflow_dispatch job for publish workflow
1 parent 1e63bb8 commit 512beaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Publish Engine plugin
22

33
on:
4+
workflow_dispatch: {}
5+
46
push:
57
branches:
68
- main
@@ -9,7 +11,6 @@ on:
911
- 'babel.config.*'
1012
- 'src/**'
1113
- '!**/*.test.*'
12-
- '.github/workflows'
1314

1415
concurrency:
1516
group: publish-engine-plugin

0 commit comments

Comments
 (0)