From c0979509b42c3a5cb17c883a4d25d55b080c3014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20V=C3=B6r=C3=B6s?= Date: Sat, 7 Mar 2020 09:31:30 +0100 Subject: [PATCH] run CI only for changes in code/, and tests/ --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 51e108a..58e5430 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,6 +2,11 @@ name: Build CI on: push: + paths: + - 'code/' + - 'tests/' + - '.github/workflows/' + pull_request: release: types: [published]