Run pipeline only on default branch changes
This commit is contained in:
parent
8604d695c6
commit
19e934e873
@ -7,6 +7,10 @@ default:
|
|||||||
before_script:
|
before_script:
|
||||||
- source /opt/miniconda3/etc/profile.d/conda.sh
|
- source /opt/miniconda3/etc/profile.d/conda.sh
|
||||||
|
|
||||||
|
workflow:
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
|
||||||
build-and-publish:
|
build-and-publish:
|
||||||
stage: build-and-publish
|
stage: build-and-publish
|
||||||
rules:
|
rules:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user