diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-22 16:51:53 +0200 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2021-12-22 16:51:53 +0200 |
| commit | c7e8c61ba02472d751a17bdf00f0abc0e1ff9bbe (patch) | |
| tree | 081e68fde91fa20873285d19bcc0ff6b81ee82f5 | |
| parent | fa4de8bd7dce1611be217ade3aade0bd8c76ca7a (diff) | |
| download | wheel-git-c7e8c61ba02472d751a17bdf00f0abc0e1ff9bbe.tar.gz | |
Updated branch name in Cirrus CI configuration
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
