From 701a3c5034b9ba80bccc88525dbe80bfeab9f1fb Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Fri, 19 Mar 2021 18:16:26 -0400 Subject: [PATCH] Change installer build CI to run only when installer_specs change. --- .github/workflows/build_radioconda.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index a823bef..6ad5c60 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -1,5 +1,11 @@ name: Build radioconda -on: [push, pull_request] +on: + push: + paths: + - "installer_specs/**" + pull_request: + paths: + - "installer_specs/**" env: DISTNAME: radioconda