ci: switch to trigger pipelines on the 'main' branch
This commit is contained in:
@@ -27,7 +27,7 @@ build container:
|
|||||||
- .common_variables
|
- .common_variables
|
||||||
stage: container prep
|
stage: container prep
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- branches
|
- branches
|
||||||
- merge_requests
|
- merge_requests
|
||||||
- tags
|
- tags
|
||||||
@@ -39,7 +39,7 @@ build-no-qmi:
|
|||||||
- .fdo.distribution-image@ubuntu
|
- .fdo.distribution-image@ubuntu
|
||||||
- .common_variables
|
- .common_variables
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
||||||
@@ -62,7 +62,7 @@ build-qmi-qrtr-no-mbim:
|
|||||||
- .fdo.distribution-image@ubuntu
|
- .fdo.distribution-image@ubuntu
|
||||||
- .common_variables
|
- .common_variables
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
||||||
@@ -91,7 +91,7 @@ build-qmi-no-qrtr-no-mbim:
|
|||||||
- .fdo.distribution-image@ubuntu
|
- .fdo.distribution-image@ubuntu
|
||||||
- .common_variables
|
- .common_variables
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
||||||
@@ -114,7 +114,7 @@ build-no-qmi-no-mbim:
|
|||||||
- .fdo.distribution-image@ubuntu
|
- .fdo.distribution-image@ubuntu
|
||||||
- .common_variables
|
- .common_variables
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
||||||
@@ -131,7 +131,7 @@ build-qmi-newest-commands:
|
|||||||
- .fdo.distribution-image@ubuntu
|
- .fdo.distribution-image@ubuntu
|
||||||
- .common_variables
|
- .common_variables
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
||||||
@@ -224,7 +224,7 @@ build-default-artifacts:
|
|||||||
- .fdo.distribution-image@ubuntu
|
- .fdo.distribution-image@ubuntu
|
||||||
- .common_variables
|
- .common_variables
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- tags
|
- tags
|
||||||
script:
|
script:
|
||||||
- !reference [build-default, script]
|
- !reference [build-default, script]
|
||||||
@@ -242,7 +242,7 @@ build-meson-release:
|
|||||||
- .fdo.distribution-image@ubuntu
|
- .fdo.distribution-image@ubuntu
|
||||||
- .common_variables
|
- .common_variables
|
||||||
only:
|
only:
|
||||||
- master
|
- main
|
||||||
- merge_requests
|
- merge_requests
|
||||||
- tags
|
- tags
|
||||||
- schedules
|
- schedules
|
||||||
|
Reference in New Issue
Block a user