diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 844e0b22..f15c9e08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,8 @@ linux-builder: when: always tags: - linux + only: + - master mac-builder: stage: build-libopenshot @@ -41,6 +43,8 @@ mac-builder: when: always tags: - mac + only: + - master windows-builder-x86: stage: build-libopenshot @@ -66,6 +70,8 @@ windows-builder-x86: when: always tags: - windows + only: + - master windows-builder-x64: stage: build-libopenshot @@ -91,6 +97,8 @@ windows-builder-x64: when: always tags: - windows + only: + - master trigger-pipeline: stage: trigger-openshot-qt @@ -99,4 +107,6 @@ trigger-pipeline: when: always dependencies: [] tags: - - linux \ No newline at end of file + - linux + only: + - master \ No newline at end of file