diff options
author | Mike Frysinger <vapier@google.com> | 2020-11-15 18:42:26 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-11-16 05:07:33 +0000 |
commit | 6e89c965f40860f93389b919b4d7f190beb707f7 (patch) | |
tree | fa9d332ae2cdb27e6d46020a817dcdc5c349238f /.github | |
parent | 1f20776dbb3b87ba39928dc4baba58f9c2d17c80 (diff) | |
download | git-repo-6e89c965f40860f93389b919b4d7f190beb707f7.tar.gz |
switch to "main" branch for development
We're migrating from "master" to "main" as the default development
branch. This only affects repo itself, not manifests.
Change-Id: I27489dd721c9a467a1c43736808cb3b3c1365433
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/288082
Reviewed-by: Michael Mortensen <mmortensen@google.com>
Tested-by: Mike Frysinger <vapier@google.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index ddc5a5f3..701b4fd2 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml | |||
@@ -5,7 +5,7 @@ name: Test CI | |||
5 | 5 | ||
6 | on: | 6 | on: |
7 | push: | 7 | push: |
8 | branches: [master, repo-1, stable, maint] | 8 | branches: [main, repo-1, stable, maint] |
9 | tags: [v*] | 9 | tags: [v*] |
10 | 10 | ||
11 | jobs: | 11 | jobs: |