mirror of
https://github.com/ryanvolz/radioconda.git
synced 2026-06-09 09:35:14 -04:00
Change installer build CI to run only when installer_specs change.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
name: Build radioconda
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "installer_specs/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "installer_specs/**"
|
||||
|
||||
env:
|
||||
DISTNAME: radioconda
|
||||
|
||||
Reference in New Issue
Block a user