Skip to content

Commit

Permalink
Do it again
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Dec 7, 2024
1 parent 03f21b7 commit f705041
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: build
on:
push:
paths:
- '.github/workflows/build.yml'
- 'packages/{core,fetcher,sdk}/src/**'
- 'packages/{core,fetcher,sdk}/package.json'
- 'test/**'
- 'test/package.json'
pull_request:
paths:
- '.github/workflows/build.yml'
- 'packages/*/src/**'
- 'packages/*/package.json'
- 'test/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: build
on:
push:
paths:
- '.github/workflows/migrate.yaml'
- 'packages/migrate/assets/input/*.json'
- 'packages/migrate/src/**'
- 'packages/migrate/test/**'
- 'packages/migrate/package.json'
pull_request:
paths:
- '.github/workflows/migrate.yaml'
- 'packages/*/src/**'
- 'packages/*/package.json'
- 'test/**'
Expand All @@ -26,7 +28,7 @@ jobs:
version: 8

- name: Install dependencies
run: pnpm install
run: pnpm install && npm run build
- name: test
working-directory: ./packages/migrate
run: npm run test
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
paths:
- '.github/workflows/website.yml'
- 'website/**'
- 'website/package.json'
jobs:
Expand Down

0 comments on commit f705041

Please sign in to comment.