diff --git a/.github/workflows/logoURI.test.yml b/.github/workflows/logoURITest.yml similarity index 82% rename from .github/workflows/logoURI.test.yml rename to .github/workflows/logoURITest.yml index a74b80d1..56c580e6 100644 --- a/.github/workflows/logoURI.test.yml +++ b/.github/workflows/logoURITest.yml @@ -4,9 +4,12 @@ on: push: paths: - 'src/coins.ts' + pull_request: + paths: + - 'src/coins.ts' jobs: test: - runs-on: runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Node.js