Loading .gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -327,7 +327,12 @@ job_tag_release: needs: - { job: job_rpmbuild } rules: - { if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH' } - if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH' changes: paths: - 'rpm/*.spec' - 'src/**/*' - when: never .job_docker_cleanup: &job_docker_cleanup Loading Loading
.gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -327,7 +327,12 @@ job_tag_release: needs: - { job: job_rpmbuild } rules: - { if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH' } - if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH' changes: paths: - 'rpm/*.spec' - 'src/**/*' - when: never .job_docker_cleanup: &job_docker_cleanup Loading