mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-22 20:07:13 -04:00
Merge pull request #390 from kiwix/stop-multiple-builds
Avoid duplicates CI builds
This commit is contained in:
commit
f93dd11bfe
@ -8,7 +8,8 @@ branches:
|
||||
only:
|
||||
- master
|
||||
- /\d+\.\d+\.\d+$/
|
||||
if: type != push OR tag IS present
|
||||
|
||||
if: type != push OR tag IS present
|
||||
|
||||
stages:
|
||||
- build_docker_images
|
||||
|
@ -12,6 +12,10 @@ environment:
|
||||
KIWIX_DESKTOP_VERSION: '2.0-rc4'
|
||||
KIWIX_DESKTOP_RELEASE: 1
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
init:
|
||||
- cmd: |
|
||||
echo %TEST_VAR%
|
||||
|
Loading…
x
Reference in New Issue
Block a user