On git event
Trigger on Git event
- A commit is pushed to the repository
- A branch or tag is created
- A branch or tag is deleted
Image loading...[画像:Git event trigger options]
For example, if you want to run unit tests for every change to the repository, you can select Git push as the trigger event and use a wildcard with *:
Image loading...[画像:Wildcard trigger conditions]
You can also use it to automatically deploy changes from a specific branch whenever a change in the branch is detected:
Image loading...[画像:Single branch trigger conditions]
Last modified on Oct 1, 2025