Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: don't lint on release tag push (#1930)
the release tag CI is run when semantic versioned tags are pushed. it is presumed that the commit and/or PR to the release branch being tagged has already passed the lints. this gets around Github Actions CI running check-proto-breaking-remote which compares the pushed commit against _master_ (not the previous release)
- Loading branch information