···188188 type=edge
189189190190 # push with branch name as tag if not master/main
191191- type=ref,event=branch,enable=${{ !endsWith(github.ref, 'master') }}
191191+ type=ref,event=branch,enable=${{ !endsWith(github.ref, 'main') }}
192192193193 # tag non-prelease as latest -- has a higher priority than regular tag so it shows first in registries
194194 type=match,pattern=\d.\d.\d$,priority=901