diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99023f8..a505362 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,11 +5,8 @@ name: Tests # Optionally, you can turn it on using a schedule for regular testing. on: pull_request: - paths-ignore: - - "README.md" push: - paths-ignore: - - "README.md" + branches: [main] # Testing only needs permissions to read the repository contents. permissions: