diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5db7dbbf..547e95de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,8 +2,7 @@ name: tests on: push: - branches-ignore: - - "gh-pages" + branches: [master] pull_request: branches-ignore: - "gh-pages"