Does anyone know if Trigger -> Push Events wildcard Filter in Gitlab CI/CD Integrations accepts comma-separated branches or just wildcard? Thanks.
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 thefeatureorhotfixbranch to trigger an event.
See Documentation and Issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With