aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-06-12 22:02:16 +0100
committerLouis Pilfold <louis@lpil.uk>2020-06-12 22:02:16 +0100
commit0aaa486feddf5cbad426679856e005d86e057aa8 (patch)
tree5e660c70aab5f0be629a0f15b2054a6e673f8aa7 /.github
parent0925fba65fe2b3eeb03e88933130d7adf39d8b83 (diff)
downloadgleam_stdlib-0aaa486feddf5cbad426679856e005d86e057aa8.tar.gz
gleam_stdlib-0aaa486feddf5cbad426679856e005d86e057aa8.zip
Update CI for main branch name
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dd279d6..7f334c3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- - 'master'
+ - 'main'
- 'v*.*.*'
pull_request: