Auto trigger on 2 branches only #1143
-
Hi, I'm trying to get a codemagic.yaml in place that'll automatically trigger builds on 2 branches:
And without the initial exclude:
Also tried with regex:
But none of these trigger automatic builds. I did find semi-success with this:
However, I have over 20 steps and I'd like to avoid repeating the Can anyone point me in the right direction? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
🤔 actually 2nd example should work as expected. Did you check webhooks tab to find a reason why build didn't start? ps: |
Beta Was this translation helpful? Give feedback.
🤔 actually 2nd example should work as expected. Did you check webhooks tab to find a reason why build didn't start?
ps:
branch_patterns
use glob not regex unfortunately