summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>2024-03-04 09:30:49 +0100
committerGitHub <noreply@github.com>2024-03-04 09:30:49 +0100
commit476bf2a70709e9a03de2d6c0875870ca09c251d2 (patch)
treea746d7bd3dd98e15e1150cab0d1800fb28b4dcbf
parent4760dbcae82e5abc07e1dcf55f198cc24b36983d (diff)
Update mean_bean_deploy.yml
-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: