mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-08-06 23:32:31 -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
|
name: Build radioconda
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "installer_specs/**"
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "installer_specs/**"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DISTNAME: radioconda
|
DISTNAME: radioconda
|
||||||
|
Loading…
x
Reference in New Issue
Block a user