diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index a2a24b7b..2fb0be68 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,11 +1,7 @@ name: Code Checks -on: - push: - branches: [ main ] - pull_request: - branches: [ main ] - +on: [push, pull_request] + jobs: test-code: name: Test code