From f524318bfe33e6f45c6b36dcf3d3937e0672dd27 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 24 May 2021 15:33:36 +0200 Subject: [PATCH] Only run CI for pushes to master and PRs. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b113bb5..f9f817b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,7 @@ on: push: + branches: + - master pull_request: name: Continuous integration