From 391e2b33b86e935a9000f65e75a9a96f3af98e81 Mon Sep 17 00:00:00 2001 From: Serg Tereshchenko Date: Tue, 7 Dec 2021 17:25:26 +0200 Subject: [PATCH] chore: Enable actions for pull requests --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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