diff --git a/.github/workflows/static.yml b/.github/workflows/publish-test-coverage.yaml similarity index 95% rename from .github/workflows/static.yml rename to .github/workflows/publish-test-coverage.yaml index da97436..54dcbeb 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/publish-test-coverage.yaml @@ -1,12 +1,12 @@ # Simple workflow for deploying static content to GitHub Pages -name: Deploy test coverage to Pages +name: Publish test coverage on: # Runs on pushes targeting the default branch push: branches: ["main"] paths: - - coverage/**/* + - src/**/*.ts # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/node.js.yml b/.github/workflows/validate-pr.yaml similarity index 97% rename from .github/workflows/node.js.yml rename to .github/workflows/validate-pr.yaml index b27ee9d..9b21146 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/validate-pr.yaml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Node PR checks +name: Validate pull request on: pull_request: