Skip to content

Commit

Permalink
fir ci rule (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam authored Oct 7, 2021
1 parent 48bce25 commit b1c381a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variables: &default-vars
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_COMMIT_REF_NAME == "master"
- if: $CI_COMMIT_REF_NAME == "main"
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1


Expand Down

0 comments on commit b1c381a

Please sign in to comment.