Turns out you can't use regex for filters on GitHub Actions. 😄 Also, it still required the build job which is no longer defined here. It now passes on https://rhysd.github.io/actionlint/.
Note that this implicitly still requires a successful build, as the release tag won't be pushed if it didn't pass on CircleCI.
Turns out you can't use regex for filters on GitHub Actions. 😄 Also, it still required the
build
job which is no longer defined here. It now passes on https://rhysd.github.io/actionlint/.Note that this implicitly still requires a successful build, as the release tag won't be pushed if it didn't pass on CircleCI.
For reference, here's the filter pattern cheat sheet.