Skip to content

Commit 221f034

Browse files
committed
chore: 修复github app不会自动部署的问题
1 parent b9df80c commit 221f034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- "app/github-app/**"
8+
- "apps/github-app/**"
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)