Closed letehaha closed 10 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.
push
main
Frontend: #291 Backend: backend/#109
Right now deploying is triggered on
push
tomain
, 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