K-Codemagic
Results
2
comments of
K-Codemagic
We use [fnmatch](https://docs.python.org/3/library/fnmatch.html) module for pattern matching. Regex obviously is much richer, supporting repetitions, and (in ERE) alternation and specific numbers of repetitions.
@Isuru-Nanayakkara Seems the configuration is incorrect in your yaml: > ```yaml > triggering: > events: > - tag > branch_patterns: > - pattern: "master" > - include: true > source:...