Skip to content

Commit

Permalink
add if to rules, to run in release tags (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepoviola authored May 2, 2023
1 parent 8b1883a commit d49561f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ stages:
- deploy

rules:
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
- changes:
- javascript/**/*
- tests/**/*
Expand Down

0 comments on commit d49561f

Please sign in to comment.