Ugh. Just learned that glob patterns do NOT actually work for github action branch constraints. Right after copying a clever (so I thought) pattern from someone else who also apparently did not know this.

That is:

branches: [2.*]

does NOT work like I thought; matches only literal "2.*"

Comments