diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e98f03c..0e4402f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -3,7 +3,7 @@ # Example # - https://github.com/actions/example-services/blob/main/.github/workflows/postgres-service.yml name: CI -on: [push] +on: [push, pull_request] jobs: Lint: runs-on: ubuntu-latest