aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/legacy.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/legacy.yml')
-rw-r--r--.github/workflows/legacy.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml
index 6edcd1db..66aafa38 100644
--- a/.github/workflows/legacy.yml
+++ b/.github/workflows/legacy.yml
@@ -5,12 +5,12 @@ on:
branches:
- master
paths:
- - web/**
+ - legacy/**
pull_request:
branches:
- master
paths:
- - web/**
+ - legacy/**
jobs:
build:
@@ -22,6 +22,8 @@ jobs:
- uses: actions/setup-node@v3
with:
cache: npm
- cache-dependency-path: package-lock.json
+ cache-dependency-path: legacy/package-lock.json
- run: npm ci --ignore-scripts
+ working-directory: legacy
- run: npm run lint
+ working-directory: legacy