Skip to main content

Worktree Actions

As a codebase grows, so do its requirements for automation. Worktree Actions offers a highly-configurable runtime to execute commands in response to events in your repository.

For example, a common use of Actions is to run the test suite for every commit or pull request, or build a release for every tag.

Worktree Actions is compatible with most Github Actions, meaning you have a large ecosystem of open source Actions available to use immediately. And, if you already use GitHub Actions, migrating to Worktree should be incredibly quick with minor changes required, if any.


These guides will help you get started, write and extend your Actions workflows, or migrate and maintain your existing ones.