Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
clpm
clpm
Commits
81cb9b0b
Verified
Commit
81cb9b0b
authored
Dec 05, 2021
by
Eric Timmons
Browse files
Run pipelines on branches as well
parent
b15de5a3
Pipeline
#5443
passed with stages
in 56 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
81cb9b0b
...
...
@@ -4,8 +4,15 @@ variables:
SBCL_VERSION
:
2.1.8
GIT_SUBMODULE_STRATEGY
:
recursive
include
:
-
template
:
'
Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
# This section is not strictly required, but prevents Gitlab CI from launching
# multiple redundent pipelines when a Merge Request is opened.
workflow
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
'
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS'
when
:
never
-
if
:
'
$CI_COMMIT_BRANCH'
-
if
:
'
$CI_COMMIT_TAG'
stages
:
-
build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment