Kava-Labs / kava

DeFi for Crypto.
Apache License 2.0
439 stars 364 forks source link

(v0.26 <- #1930) ci: don't lint on release tag push #1931

Closed pirtleshell closed 2 months ago

pirtleshell commented 2 months ago

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)