From bd8f198bebca288b7fa5ce9003cd85ec28908550 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 25 Aug 2020 09:18:29 +0200 Subject: [PATCH] workflows: run CI on master or pull request only --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11d64d539..13292b3b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Continuous Integration on: push: branches: - - '**' + - master pull_request: jobs: