Commit f05c6a90 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CI: ne build que sur master ou sur planification.

No related merge requests found
Pipeline #6585 passed with stages
in 58 seconds
Showing with 4 additions and 0 deletions
+4 -0
......@@ -19,6 +19,10 @@ variables:
.build:
extends: .php
stage: build
only:
refs:
- master
- schedules
variables:
CACHE_DIR: "$CI_PROJECT_DIR/.cache"
MAKE_SHIM_CACHE: "$CACHE_DIR/make-shim"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment