From 3c4be772a68bbb438cae76ddccfa1016cb44fe72 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sat, 26 Dec 2020 20:24:35 +0000 Subject: CI on push-to-master and pull_request, per @MarcoIeni --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e09da86..c78ae78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ -on: [push, pull_request] name: Continuous Integration +on: + push: + branches: + - master + pull_request: + jobs: unit_tests: -- cgit v1.2.3