From 4bde59d362216d2e00cd5166a2017ac42bb048b5 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Mon, 5 Oct 2020 20:04:26 +0000 Subject: [PATCH] run actions for branches and PRs --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc1cb98..bd9281b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,6 @@ name: CI -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] +on: [push, pull_request] jobs: