On git event
Trigger on Git event
Selecting On events as the trigger mode will run the pipeline whenever:
- A commit is pushed to the repository
- A branch or tag is created
- A branch or tag is deleted
Image loading...
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...
You can also use it to automatically deploy changes from a specific branch whenever a change in the branch is detected:
Image loading...
Last modified on Sep 23, 2024