summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ci.template
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/ci.template')
-rw-r--r--.gitlab-ci/ci.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index a02e690b..b51e5c14 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -150,7 +150,7 @@ check-commit:
script:
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
except:
- - master@libinput/libinput
+ - main@libinput/libinput
variables:
GIT_DEPTH: 100
artifacts:
@@ -734,7 +734,7 @@ wayland-web:
MESON_BUILDDIR: 'builddir'
only:
refs:
- - master
+ - main
variables:
- $CI_PROJECT_PATH == "libinput/libinput"