Open jmarrec opened 3 years ago
For now this is as env variables, but it could be part of the decent_ci.yml instead.
Anyways, on the runners you could define:
DECENT_CI_BRANCH_FILTER='develop'
DECENT_CI_PR_BRANCH_FILTER='develop'
DECENT_CI_TAG_FILTER=
It would then build on each commit to develop, on on each pointing PR to develop, as well as any tags
Related to this discussion: https://github.com/NREL/EnergyPlus/pull/9009#issuecomment-906784990
Note that this includes #49
@Myoldmopar @mitchute
For now this is as env variables, but it could be part of the decent_ci.yml instead.
Anyways, on the runners you could define:
DECENT_CI_BRANCH_FILTER='develop'
DECENT_CI_PR_BRANCH_FILTER='develop'
DECENT_CI_TAG_FILTER=
: don't set DECENT_CI_TAG_FILTER (or set it to empty)It would then build on each commit to develop, on on each pointing PR to develop, as well as any tags
Related to this discussion: https://github.com/NREL/EnergyPlus/pull/9009#issuecomment-906784990
Note that this includes #49
@Myoldmopar @mitchute