diff --git a/.github/workflows/publish-test-coverage.yaml b/.github/workflows/publish-test-coverage.yaml index 54dcbeb..a97a395 100644 --- a/.github/workflows/publish-test-coverage.yaml +++ b/.github/workflows/publish-test-coverage.yaml @@ -5,8 +5,6 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] - paths: - - src/**/*.ts # Allows you to run this workflow manually from the Actions tab workflow_dispatch: