Hello,
i wonder how to reverse this conditions:
when:
branch:
- main
event:
- push
so i just want to do something when the complete opposite happens like NOT branch main AND NOT event push
is this possible?
Thank you