diff --git a/.github/workflows/spec.yml b/.github/workflows/spec.yml index e1536a7..f243262 100644 --- a/.github/workflows/spec.yml +++ b/.github/workflows/spec.yml @@ -1,9 +1,7 @@ name: Spec Test on: - push: - tags-ignore: - - '**' + push pull_request: types: [opened, edited] @@ -16,7 +14,7 @@ jobs: ref: main - uses: actions/setup-node@v1 with: - node-version: '16.x' + node-version: '14.x' registry-url: 'https://registry.npmjs.org' - uses: actions/cache@v1 with: