Skip to content

Commit

Permalink
ci: actions 支持 repository_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
maomao1996 committed May 24, 2024
1 parent f3895b8 commit 41cc5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: GitHub Actions Build and Deploy
# 触发条件: push 到 master 分支后
on:
workflow_dispatch:
repository_dispatch:
types: [build-and-deploy]
push:
branches:
- master
Expand Down

0 comments on commit 41cc5e2

Please sign in to comment.