letehaha / budget-tracker-fe

A web app to keep track of your finances. Track and get stats about your income, expenses and investments. WIP
https://gamanets.money
MIT License
0 stars 0 forks source link

Deploy only if build/test workflows are succeed #289

Closed letehaha closed 7 months ago

letehaha commented 7 months ago

Right now deploying is triggered on push to main, regardless if the workflow for build/lint/test is successful. This is totally wrong, need to run it only if the previous workflow succeeds.

Frontend: #291 Backend: backend/#109