diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b36303..57c8275 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ name: Pull Request Test on: pull_request: - types: [opened, reopened] + branches: [master] jobs: lint: @@ -16,7 +16,7 @@ jobs: with: node-version: 20 - run: yarn - - run: yarn lint --fix + - run: yarn lint # tests are not testing 😭 # test: # name: Run test