diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 23:33:02 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-11-04 23:33:02 +0100 |
commit | 8680afffe0cb0fcf2aa7e7883bb5b3c4d5bf7773 (patch) | |
tree | 14055b9a2bde61205a8a413e1f8ea6b5643d2c76 | |
parent | 15db73602439e6f02a46768f832a6c3a7c7e10b1 (diff) |
ci: switch to trigger pipelines on the 'main' branch
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28eb9f2b..8bd9bc3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ build container: - .common_variables stage: container prep only: - - master + - main - branches - merge_requests - tags @@ -39,7 +39,7 @@ build-no-qmi: - .fdo.distribution-image@ubuntu - .common_variables only: - - master + - main - merge_requests - tags - schedules @@ -62,7 +62,7 @@ build-qmi-qrtr-no-mbim: - .fdo.distribution-image@ubuntu - .common_variables only: - - master + - main - merge_requests - tags - schedules @@ -91,7 +91,7 @@ build-qmi-no-qrtr-no-mbim: - .fdo.distribution-image@ubuntu - .common_variables only: - - master + - main - merge_requests - tags - schedules @@ -114,7 +114,7 @@ build-no-qmi-no-mbim: - .fdo.distribution-image@ubuntu - .common_variables only: - - master + - main - merge_requests - tags - schedules @@ -131,7 +131,7 @@ build-qmi-newest-commands: - .fdo.distribution-image@ubuntu - .common_variables only: - - master + - main - merge_requests - tags - schedules @@ -224,7 +224,7 @@ build-default-artifacts: - .fdo.distribution-image@ubuntu - .common_variables only: - - master + - main - tags script: - !reference [build-default, script] @@ -242,7 +242,7 @@ build-meson-release: - .fdo.distribution-image@ubuntu - .common_variables only: - - master + - main - merge_requests - tags - schedules |