diff options
| author | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-08-15 21:56:45 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2017-08-15 21:56:45 +0000 |
| commit | 7f48eea3d0a501116b4ba2c0c277caa8a888bacb (patch) | |
| tree | 2274830c091138a0c6396c91c20618d3fee16a58 /.gitlab-ci.yml | |
| parent | Alow shink in document dialog on expanders close (diff) | |
| download | inkscape-7f48eea3d0a501116b4ba2c0c277caa8a888bacb.tar.gz inkscape-7f48eea3d0a501116b4ba2c0c277caa8a888bacb.zip | |
do not try to run mac build on other people's build (with no mac runner)
Diffstat (limited to '')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 928357de1..0e9c1e55b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,8 @@ inkscape:mac: stage: build tags: - mac + only: + - branches@inkscape/inkscape before_script: - brew update - brew upgrade |
