Change default branch to main

This commit is contained in:
Kitaiti Makoto
2022-05-15 03:55:33 +09:00
parent aff481b947
commit 70bc7f8edf
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ commands:
- restore_cache:
keys:
- v0-<< parameters.cache >>-{{ checksum "Cargo.lock" }}-{{ .Branch }}
- v0-<< parameters.cache >>-{{ checksum "Cargo.lock" }}-master
- v0-<< parameters.cache >>-{{ checksum "Cargo.lock" }}-main
cache:
description: push cache
@@ -258,4 +258,4 @@ workflows:
filters:
branches:
only:
- /^master/
- /^main/