From faf3e07374da5402484149c9101da8ec81056182 Mon Sep 17 00:00:00 2001 From: Hamid <33328203+emamihe@users.noreply.github.com> Date: Mon, 1 May 2023 23:55:25 +0300 Subject: [PATCH] specifying the changes just to javascript directory globally (#962) * specifying the changes just to javascript directory globally * added the suggested paths --------- Co-authored-by: Javier Viola --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fe63effc..027a8b543 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,12 @@ stages: - publish - deploy +rules: + - changes: + - javascript/**/* + - tests/**/* + - crates/**/* + variables: CI_IMAGE: "node:18" BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"