Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitlab CI/CD Integrations Push Events Filter

Does anyone know if Trigger -> Push Events wildcard Filter in Gitlab CI/CD Integrations accepts comma-separated branches or just wildcard? Thanks.

like image 852
Danila Ladner Avatar asked Jul 22 '26 08:07

Danila Ladner


1 Answers

GitLab 15.7 (December 2022, 3 years later) adds a new option:

Webhook push events support regular expressions

For webhooks triggered on push events, you can now define a regex pattern that aligns with your branching strategy.

For example, you can use ^(feature|hotfix)/ to allow any push to the feature or hotfix branch to trigger an event.

https://about.gitlab.com/images/15_7/webhook_push_events_support_regular_expressions_image.png -- Webhook push events support regular expressions

See Documentation and Issue.

like image 185
VonC Avatar answered Jul 24 '26 01:07

VonC



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!