From 876a032001f3a1090e65fd4ec030f56d3efcedc5 Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Sun, 9 May 2021 01:14:40 +0200 Subject: [PATCH] ci: run on PRs --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 022b2c1c..b6a033d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,9 @@ on: push: branches: - '*' + pull_request: + branches: + - master jobs: lint: runs-on: ubuntu-18.04