Skip to content

Commit 966b89e

Browse files
committed
chore: support workflow dispatch
1 parent 99d49fa commit 966b89e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ on:
88
branches:
99
- main
1010
paths:
11-
- 'packages/deploy-script/**'
12-
- '.github/workflows/push.yml'
11+
- "packages/deploy-script/**"
12+
- ".github/workflows/push.yml"
13+
workflow_dispatch:
1314

1415
jobs:
1516
release:

0 commit comments

Comments
 (0)