Skip to content

Commit

Permalink
specifying the changes just to javascript directory globally (#962)
Browse files Browse the repository at this point in the history
* specifying the changes just to javascript directory globally

* added the suggested paths

---------

Co-authored-by: Javier Viola <javier@parity.io>
  • Loading branch information
emamihe and pepoviola authored May 1, 2023
1 parent d26b234 commit faf3e07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit faf3e07

Please sign in to comment.