summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-12-06 00:16:26 -0500
committerGitHub <noreply@github.com>2023-12-06 00:16:26 -0500
commitdab4b6c4832237375f00255ec52698c8a35a19bc (patch)
tree471093324480d30ffb5b2f878b6c5ba9a35f5f75 /.cirrus.yml
parentbc6a8d7febddc11fcd7c07287f3b07d9bba02a7c (diff)
other: master -> main (#1349)
* other: master -> main I'm so used to using `main` branch now that it's actually kinda annoying to use `master` for just this repo... so might as well rename it now. * overzealous change * wording * some wording * allow auto-cancel for tests if not main
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 74ae7375..d6cf1290 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -40,8 +40,8 @@ env:
CARGO_HUSKY_DONT_INSTALL_HOOKS: true
test_task:
- auto_cancellation: false
- only_if: $CIRRUS_BUILD_SOURCE != "api" && ($CIRRUS_BRANCH == "master" || $CIRRUS_PR != "")
+ auto_cancellation: $CIRRUS_BRANCH != "main"
+ only_if: $CIRRUS_BUILD_SOURCE != "api" && ($CIRRUS_BRANCH == "main" || $CIRRUS_PR != "")
skip: "!changesInclude('.cargo/**', '.cirrus.yml', 'sample_configs/**', 'src/**', 'tests/**', 'build.rs', 'Cargo.lock', 'Cargo.toml', 'clippy.toml', 'rustfmt.toml')"
matrix:
- name: "FreeBSD 13 Test"