remove comment

This commit is contained in:
Arian Daneshvar
2025-04-16 14:30:47 -07:00
parent 68ba90e8ce
commit 518ef8225c
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ on:
pull_request:
branches:
- main
paths: # comment this section out if you are updating actions
paths:
- 'backend/**'
env:

View File

@@ -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: