summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/mean_bean_deploy.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/mean_bean_deploy.yml b/.github/workflows/mean_bean_deploy.yml
index d8e7f3a..419f6b2 100644
--- a/.github/workflows/mean_bean_deploy.yml
+++ b/.github/workflows/mean_bean_deploy.yml
@@ -1,8 +1,9 @@
on:
- push:
- # Sequence of patterns matched against refs/tags
- tags:
- - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
+ workflow_run:
+ workflows: ["Release-plz"]
+ branches: [main]
+ types:
+ - completed
name: Mean Bean Deploy
env: