From c7e8c61ba02472d751a17bdf00f0abc0e1ff9bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Wed, 22 Dec 2021 16:51:53 +0200 Subject: Updated branch name in Cirrus CI configuration --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 15eb2df..eed71be 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -2,7 +2,7 @@ freebsd_instance: image_family: freebsd-13-0-snap test_task: - only_if: "$CIRRUS_BRANCH == 'master' || $CIRRUS_PR != ''" + only_if: "$CIRRUS_BRANCH == 'main' || $CIRRUS_PR != ''" skip: "!changesInclude('.cirrus.yml', '**.py', 'pyproject.toml', 'setup.*')" pip_cache: -- cgit v1.2.1