Hi, I'm having issue with setting up multiple conditions in bitbucket-pipelines.yml.
When I define only one condition, it works properly, but if I define two conditions, each step is triggered regardless of defined conditions.
Here is simplified example, defining only one condition works as intended:

But if define another condition, then all steps are executed each time:

I haven't found any similar use case or related documentation on this.
Does anyone know if this is even possible, and if yes, how it should be implemented?
Thanks in advance.