aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLiam Miller-Cushon <cushon@google.com>2021-05-21 12:45:19 -0700
committerJavac Team <javac-team+copybara@google.com>2021-05-21 12:46:01 -0700
commit09beae40d3a988b82e56c97ba0778fa2b49bdcf2 (patch)
treeb388cab9a124d42a4c74547267405f08b1bcc928 /.github
parentd4da2b58bfd0af56daa6f1b455386e24578e2074 (diff)
downloadturbine-09beae40d3a988b82e56c97ba0778fa2b49bdcf2.tar.gz
Rename `master` branch to `main`
PiperOrigin-RevId: 375143727
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a345f9f..61ef09b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,10 +17,10 @@ name: CI
on:
push:
branches:
- - master
+ - main
pull_request:
branches:
- - master
+ - main
jobs:
test: