adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
839 stars 30 forks source link

ci: only upload build artifact if commit to main #119

Closed paulsmith closed 6 months ago

paulsmith commented 6 months ago

The GitHub Actions workflow that builds and tests Pushup uploads a binary executable artifact at the last step.

This is not necessary for PRs, etc., only when there is a change to the main branch.