diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index beff47c..36daade 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -2,6 +2,9 @@ name: 'Lint and test' on: push: + pull_request: + branches: + - '**' jobs: test-and-lint: