diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 31faef7..b805606 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -14,6 +14,8 @@ on: - 'rollup.config.js' - 'tsconfig.json' - '.npmrc' + - 'README.md' + - 'api' pull_request: branches: [ "main" ] types: [opened, synchronize] # Workflow triggering events @@ -23,7 +25,9 @@ on: - 'package-lock.json' - 'rollup.config.js' - 'tsconfig.json' - - '.npmrc' + - '.npmrc' + - 'README.md' + - 'api' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: