huilensolis / memoir

Memoir is a web text editor that doesn't steal your data.
https://memoir-oak.vercel.app
18 stars 1 forks source link

fix(workflow): github actions run ignoring which files were modified #187

Closed huilensolis closed 3 months ago

huilensolis commented 3 months ago

if you make a pr that changes files inside apps/client, the server actions that run the API tests will run anyways.

goal: prevent it from happening, making them only run when something inside apps/api is modified