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 Git tag that is pushed.

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


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