diff options
Diffstat (limited to 'CLI/rust')
| -rw-r--r-- | CLI/rust/.gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CLI/rust/.gitlab-ci.yml b/CLI/rust/.gitlab-ci.yml index 42f67aa..1957d72 100644 --- a/CLI/rust/.gitlab-ci.yml +++ b/CLI/rust/.gitlab-ci.yml @@ -1,2 +1,7 @@ +workflow: + rules: + - changes: + - CLI/rust/**/* + test: script: echo 0 |
