From 518ef8225c641abda8acd679d55d65c00da5e65f Mon Sep 17 00:00:00 2001 From: Arian Daneshvar Date: Wed, 16 Apr 2025 14:30:47 -0700 Subject: [PATCH] remove comment --- .github/workflows/backend.yml | 2 +- .github/workflows/frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: