mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-07-31 12:32:27 -04:00
Change installer build CI to run only when installer_specs change.
This commit is contained in:
parent
9047d91ecf
commit
701a3c5034
8
.github/workflows/build_radioconda.yml
vendored
8
.github/workflows/build_radioconda.yml
vendored
@ -1,5 +1,11 @@
|
||||
name: Build radioconda
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "installer_specs/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "installer_specs/**"
|
||||
|
||||
env:
|
||||
DISTNAME: radioconda
|
||||
|
Loading…
x
Reference in New Issue
Block a user