Skip to content
Snippets Groups Projects
Commit 125ba87f authored by Éloïs's avatar Éloïs
Browse files

[ci] auto run tests on dev and releases branch

parent 5a067f0d
No related branches found
Tags 0.1.19
1 merge request!1314Ci/regex
...@@ -84,8 +84,7 @@ tests: ...@@ -84,8 +84,7 @@ tests:
when: manual when: manual
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
when: never when: never
- if: $CI_MERGE_REQUEST_ID - if: '$CI_MERGE_REQUEST_ID ||$CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH =~ /^release/'
when: on_success
- when: manual - when: manual
stage: tests stage: tests
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment