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

Git event trigger optionsGit 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 *:

Wildcard trigger conditionsWildcard trigger conditions

You can also use it to automatically deploy changes from a specific branch whenever a change in the branch is detected:

Single branch trigger conditionsSingle branch trigger conditions

Last update:
Apr 12, 2024