Skip to content

Commit

Permalink
Merge pull request #1469 from ryoppippi/feature/ci
Browse files Browse the repository at this point in the history
include tsconfig and rollup in workflow triggers
  • Loading branch information
samchon authored Jan 27, 2025
2 parents 8a40598 + 2f9fe0a commit bfea481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- 'test-error/**'
- 'test-esm/**'
- 'package.json'
- 'tsconfig.json'
- 'rollup.config.js'
- '.github/workflows/build.yml'
jobs:
Build-and-Upload-to-pkg-pr-new-and-artifactory:
Expand Down

0 comments on commit bfea481

Please sign in to comment.