We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb212a2 commit 9306bdcCopy full SHA for 9306bdc
1 file changed
.gitlab-ci.yml
@@ -5,6 +5,10 @@ stages:
5
run_cypress_tests:
6
image: cypress/browsers:node12.14.1-chrome85-ff81
7
stage: test
8
+ rules:
9
+ - if: '$CI_COMMIT_REF_NAME == "main"'
10
+ changes:
11
+ - apps/**/*
12
rules:
13
- changes:
14
- apps/model_catalog/**/*
0 commit comments