chore: Enable actions for pull requests

This commit is contained in:
Serg Tereshchenko 2021-12-07 17:25:26 +02:00
parent 1e0b4fe8c6
commit 391e2b33b8

View file

@ -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