Run pipeline only on default branch changes

This commit is contained in:
usov_i 2024-09-05 13:21:11 +02:00
parent 8604d695c6
commit 19e934e873

View File

@ -7,6 +7,10 @@ default:
before_script:
- source /opt/miniconda3/etc/profile.d/conda.sh
workflow:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
build-and-publish:
stage: build-and-publish
rules: