---
title: "Do Cloud Actions trigger whenever the customer deploys a new commit on an existing branch?"
date: "2025-02-04T14:49:32+00:00"
summary: "Cloud Actions: Learn when they trigger and how to manually execute them after commits to existing branches."
image:
type: "article"
url: "/acquia-cloud-platform/help/61216-do-cloud-actions-trigger-whenever-customer-deploys-new-commit-existing-branch"
id: "0f301700-050c-4803-b959-e4880ed43fdf"
---

No, Cloud Actions do not execute when the deployment occurs as a result of a commit update to a branch that is already deployed to a particular environment. The commit triggers an automatic deployment to the environment but that deployment does not trigger Cloud Actions.

_Workaround:_

After you push a commit to an existing branch, which is already deployed and wait for a brief period, you can execute the following command to redeploy the commit and trigger Cloud Actions:

    acli api:environments:code-switch <app>.<env> tags/WELCOME --cloud-actions="[ID1, ID2]"