We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7812a commit 0fb5ca3Copy full SHA for 0fb5ca3
1 file changed
.gitlab-ci.yml
@@ -79,7 +79,7 @@ test:
79
path: coverage.xml
80
rules:
81
- if: $CI_PIPELINE_SOURCE == "push" || $CI_PIPELINE_SOURCE == "merge_request_event"
82
- - if: '$CI_COMMIT_BRANCH == "main"'
+ - if: $CI_COMMIT_BRANCH == "main"
83
when: always
84
85
test_all:
@@ -104,7 +104,7 @@ test_all:
104
105
106
107
- - if: '$CI_COMMIT_BRANCH == "release/*"'
+ - if: $CI_COMMIT_TAG
108
109
110
build:
@@ -201,8 +201,6 @@ dast:
201
stage: scans
202
variables:
203
DAST_WEBSITE: "https://example.com" # set your staging URL
204
- rules:
205
- - if: $CI_COMMIT_BRANCH == "main"
206
207
release:
208
stage: release
0 commit comments