diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 3b2b3ebd..f11cdc80 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -7,7 +7,7 @@ on: pull_request: branches: - main - paths: # comment this section out if you are updating actions + paths: - 'backend/**' env: diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 596f29e6..9137c117 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -7,7 +7,7 @@ on: pull_request: branches: - main - paths: # comment this section out if you are updating actions and need to test + paths: - 'frontend/**' jobs: