Change installer build CI to run only when installer_specs change.

This commit is contained in:
Ryan Volz 2021-03-19 18:16:26 -04:00
parent 9047d91ecf
commit 701a3c5034
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
name: Build radioconda
on: [push, pull_request]
on:
push:
paths:
- "installer_specs/**"
pull_request:
paths:
- "installer_specs/**"
env:
DISTNAME: radioconda