diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6d88424..37884c5 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,23 +7,10 @@ on: # Triggers the workflow on push or pull request events but only for the "main" branch push: branches: [ "main" ] - paths: - - 'src' - - 'package.json' - - 'package-lock.json' - - 'rollup.config.js' - - 'tsconfig.json' - - '.npmrc' pull_request: branches: [ "main" ] types: [opened, synchronize] # Workflow triggering events - paths: - - 'src' - - 'package.json' - - 'package-lock.json' - - 'rollup.config.js' - - 'tsconfig.json' - - '.npmrc' + # Allows you to run this workflow manually from the Actions tab workflow_dispatch: