---
title: Automations FAQ
description: Frequently asked questions about Capawesome Cloud automations — triggers, webhooks, skip keywords, and supported Git providers.
faq: true
---

# FAQ

### What can trigger an automation?

A push to a matching branch, or the creation of a matching tag. You can also filter by [commit message](filter-by-commit-message.md).

### Which Git providers are supported?

The same providers Native Builds supports — GitHub, GitLab, Bitbucket, and Azure DevOps. See [Integrations](../integrations/index.md).

### How do I skip a build for a specific commit?

Add a [skip keyword](filter-by-commit-message.md#skip-keywords) such as `[skip ci]` to the head commit message.

### Can an automation also submit to a store or publish a Live Update?

Yes — attach a [destination](auto-submit.md) or a [channel](auto-publish-live-update.md) to the automation.

### My automation didn't run — what should I check?

See [Troubleshooting](troubleshooting.md).
