Skip to content

Commit d131e65

Browse files
committed
RUM-7285 Run step on release/hotfix branches
1 parent 6a9ad18 commit d131e65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Lint:
128128
API Surface Verify:
129129
stage: lint
130130
rules:
131-
- if: '$CI_COMMIT_BRANCH == $MAIN_BRANCH'
131+
- if: '$CI_COMMIT_BRANCH =~ /^(release|hotfix)\/.*/'
132132
script:
133133
- make clean repo-setup ENV=ci
134134
- make api-surface-verify

0 commit comments

Comments
 (0)