mirror of
https://github.com/Arcadia-Solutions/arcadia.git
synced 2025-12-30 14:10:06 -06:00
remove comment
This commit is contained in:
2
.github/workflows/backend.yml
vendored
2
.github/workflows/backend.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths: # comment this section out if you are updating actions
|
||||
paths:
|
||||
- 'backend/**'
|
||||
|
||||
env:
|
||||
|
||||
2
.github/workflows/frontend.yml
vendored
2
.github/workflows/frontend.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user