Skip to content

Commit

Permalink
chore: 添加 workflow 触发方式
Browse files Browse the repository at this point in the history
  • Loading branch information
YkeLit committed Aug 18, 2023
1 parent 497b381 commit 6a50c7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-k8s.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy to k8s

on:
registry_package:
action:
- published
workflow_dispatch:
workflow_run:
workflows: ["Release Docker image for the app"]
types:
- completed

jobs:
deploy-fe-app-k8s:
Expand Down

0 comments on commit 6a50c7a

Please sign in to comment.