Replies: 1 comment 6 replies
-
Hello @guplem, based on the Codemagic documentation that's expected behaviour. Check out this part
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Workflows Triggered Incorrectly on Tag Creation Across Multiple Branches
Description:
When creating tags in a repository with multiple workflows set up for different branches, both workflows are incorrectly triggered even if the tag is created in one specific branch.
The expected behavior is for only the workflow associated with the branch where the tag is created to be triggered.
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
1. Create two workflows for an APP
2. Configure them with the same tag trigger but distinct branches ("dev" and "main"):
3. Push changes and create a new tag to one branch (for instance: "dev"):
4. See how both workflows get triggered:
Images of the triggers:
DEV
PRODUCTION
Expected results
Only the "Dev" workflow should be triggered.
Actual results
Both, the "Production" and "Dev" workflows are triggered:
Build id (optional)
6579cd5124d0a653beeb0d97
Beta Was this translation helpful? Give feedback.
All reactions