replit / desktop

Replit Desktop App
114 stars 3 forks source link

Don't run build workflow for tagged commits on main #138

Closed sergeichestakov closed 11 months ago

sergeichestakov commented 11 months ago

Why

We don't need to run this job for tagged commits to main (i.e. releases) since we already run the publish workflow which basically does a superset of the same thing (minus lint) which makes this redundant.

What changed

Don't run build workflow for tagged commits on main

Test plan

Next time we publish we should only see the publish workflow run instead of both publish and build