Skip to content
Snippets Groups Projects
Commit 48bd69cb authored by Denis_P's avatar Denis_P :field_hockey:
Browse files

Update .gitlab-ci.yml

parent 9255b4e3
Branches master
No related merge requests found
Pipeline #150549 passed with warnings with stages
in 23 seconds
......@@ -103,6 +103,7 @@ default:
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
- if: $CI_COMMIT_REF_NAME =~ /^ci-release-.*$/
.test-refs-no-trigger-prs-only: &test-refs-no-trigger-prs-only
rules:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment